Compare commits

...

7 Commits

3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -47,7 +47,7 @@ ARG CONFIG="\
--add-module=/usr/src/ngx_brotli \
"
FROM registry.odit.services/hub/library/alpine:3.15
FROM registry.odit.services/hub/library/alpine:3.16
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ARG NGINX_VERSION
@@ -132,7 +132,7 @@ RUN \
| xargs -r apk info --installed \
| sort -u > /tmp/runDeps.txt
FROM registry.odit.services/hub/library/alpine:3.15
FROM registry.odit.services/hub/library/alpine:3.16
ARG NGINX_VERSION
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt

View File

@@ -1,6 +1,6 @@
{
"name": "nginx-brotli",
"version": "3.15.21-0",
"version": "3.15.22",
"description": "NGINX Base Image feat. brotli",
"repository": {
"type": "git",