Compare commits

...

7 Commits

Author SHA1 Message Date
b795a70bd5 Update registry.odit.services/hub/library/alpine Docker tag to v3.18 2023-11-01 13:46:54 +00:00
9429c44bb2 🚀RELEASE 3.15.427 [CI SKIP] 2023-10-29 00:20:39 +00:00
667afd2d04 🚀RELEASE 3.15.426 [CI SKIP] 2023-10-22 00:25:09 +00:00
3c7fa7eb62 🚀RELEASE 3.15.425 [CI SKIP] 2023-10-15 00:25:11 +00:00
0b753e9dd4 🚀RELEASE 3.15.424 [CI SKIP] 2023-10-08 00:12:15 +00:00
8cd57b03f4 🚀RELEASE 3.15.423 [CI SKIP] 2023-10-01 00:12:14 +00:00
01a7e988b4 🚀RELEASE 3.15.422 [CI SKIP] 2023-09-24 00:12:13 +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.18
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.18
ARG NGINX_VERSION
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt

View File

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