diff --git a/.drone.yml b/.drone.yml index adcbfae..13d62c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ name: build:latest steps: - name: bump_patch depends_on: [clone] - image: registry.odit.services/hub/library/node:18.1.0-alpine3.15 + image: registry.odit.services/hub/library/node:18.2.0-alpine3.15 commands: - apk add git - git config --global push.default current @@ -157,7 +157,7 @@ name: build:weekly steps: - name: bump_prepatch depends_on: [clone] - image: registry.odit.services/hub/library/node:18.1.0-alpine3.15 + image: registry.odit.services/hub/library/node:18.2.0-alpine3.15 commands: - apk add git - git config --global push.default current diff --git a/package.json b/package.json index c9228eb..e147f40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nginx-brotli", - "version": "3.15.21", + "version": "3.15.22", "description": "NGINX Base Image feat. brotli", "repository": { "type": "git",