Compare commits

...

7 Commits

Author SHA1 Message Date
cd68ead7a5 Update registry.odit.services/hub/library/alpine Docker tag to v3.17 2023-01-26 20:32:42 +00:00
05bfc8b37c 🚀RELEASE 3.15.252 [CI SKIP] 2023-01-26 00:11:00 +00:00
5c6d49f6ca 🚀RELEASE 3.15.251 [CI SKIP] 2023-01-23 00:10:59 +00:00
9c75f2cd30 🚀RELEASE 3.15.250 [CI SKIP] 2023-01-22 00:11:01 +00:00
c648f8a4b1 🚀RELEASE 3.15.249 [CI SKIP] 2023-01-21 00:11:28 +00:00
a80478c2fc 🚀RELEASE 3.15.248 [CI SKIP] 2023-01-20 00:11:06 +00:00
891a8035d8 🚀RELEASE 3.15.247 [CI SKIP] 2023-01-19 00:10:58 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,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.17
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ARG NGINX_VERSION
@@ -133,7 +133,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.17
ARG NGINX_VERSION
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt

View File

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