Compare commits

..

10 Commits

Author SHA1 Message Date
1bb5af569d 🚀RELEASE 3.15.32 [CI SKIP] 2022-06-03 00:23:57 +00:00
8c2c3ff001 🚀RELEASE 3.15.31 [CI SKIP] 2022-06-02 00:24:05 +00:00
944d355b47 🚀RELEASE 3.15.30 [CI SKIP] 2022-06-01 00:23:53 +00:00
e80298e546 🚀RELEASE 3.15.29 [CI SKIP] 2022-05-31 00:23:48 +00:00
6aab36ec2a 🚀RELEASE 3.15.28 [CI SKIP] 2022-05-29 00:24:50 +00:00
3751f7434e 🚀RELEASE 3.15.27 [CI SKIP] 2022-05-28 00:23:53 +00:00
d6a9fcf77c 🚀RELEASE 3.15.26 [CI SKIP] 2022-05-27 00:24:01 +00:00
f448c67dbb 🚀RELEASE 3.15.25 [CI SKIP] 2022-05-26 00:23:47 +00:00
4a968fd5ce 🚀RELEASE 3.15.24 [CI SKIP] 2022-05-25 00:18:28 +00:00
354b8c6edb 🚀RELEASE 3.15.23 [CI SKIP] 2022-05-24 14:44:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ ARG CONFIG="\
--add-module=/usr/src/ngx_brotli \
"
FROM registry.odit.services/hub/library/alpine:3.16
FROM registry.odit.services/hub/library/alpine:3.15
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.16
FROM registry.odit.services/hub/library/alpine:3.15
ARG NGINX_VERSION
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt

View File

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