Compare commits

..

6 Commits

Author SHA1 Message Date
d3a384e64f 🚀RELEASE 3.15.258 [CI SKIP] 2023-02-01 00:17:12 +00:00
fba87a0841 🚀RELEASE 3.15.257 [CI SKIP] 2023-01-31 00:17:13 +00:00
f6af4064c2 🚀RELEASE 3.15.256 [CI SKIP] 2023-01-30 00:17:11 +00:00
59796e6bce 🚀RELEASE 3.15.255 [CI SKIP] 2023-01-29 00:17:16 +00:00
f1eed7bed7 🚀RELEASE 3.15.254 [CI SKIP] 2023-01-28 00:11:00 +00:00
85a4823dba 🚀RELEASE 3.15.253 [CI SKIP] 2023-01-27 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 \ --add-module=/usr/src/ngx_brotli \
" "
FROM registry.odit.services/hub/library/alpine:3.17 FROM registry.odit.services/hub/library/alpine:3.15
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ARG NGINX_VERSION ARG NGINX_VERSION
@@ -133,7 +133,7 @@ RUN \
| xargs -r apk info --installed \ | xargs -r apk info --installed \
| sort -u > /tmp/runDeps.txt | sort -u > /tmp/runDeps.txt
FROM registry.odit.services/hub/library/alpine:3.17 FROM registry.odit.services/hub/library/alpine:3.15
ARG NGINX_VERSION ARG NGINX_VERSION
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt

View File

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