Compare commits

..

15 Commits

Author SHA1 Message Date
cd3cb87562 Update registry.odit.services/hub/library/alpine Docker tag to v3.18 2023-06-23 01:51:46 +00:00
ee93fe238a 🚀RELEASE 3.15.398 [CI SKIP] 2023-06-23 00:21:25 +00:00
0540225a0f 🚀RELEASE 3.15.397 [CI SKIP] 2023-06-22 00:21:34 +00:00
a978619d83 🚀RELEASE 3.15.396 [CI SKIP] 2023-06-21 00:21:27 +00:00
2aa848ec4a 🚀RELEASE 3.15.395 [CI SKIP] 2023-06-20 00:21:27 +00:00
b4d9fc6b0c 🚀RELEASE 3.15.394 [CI SKIP] 2023-06-19 00:21:28 +00:00
e10672e195 🚀RELEASE 3.15.393 [CI SKIP] 2023-06-18 00:21:29 +00:00
da4c8a4157 🚀RELEASE 3.15.392 [CI SKIP] 2023-06-17 00:21:29 +00:00
a7194ab1a4 🚀RELEASE 3.15.391 [CI SKIP] 2023-06-16 00:21:35 +00:00
19a12eae28 🚀RELEASE 3.15.390 [CI SKIP] 2023-06-15 00:21:28 +00:00
cd7c58b3c2 🚀RELEASE 3.15.389 [CI SKIP] 2023-06-14 00:21:32 +00:00
cc9e2426a8 🚀RELEASE 3.15.388 [CI SKIP] 2023-06-13 00:21:27 +00:00
148a55a9a9 🚀RELEASE 3.15.387 [CI SKIP] 2023-06-12 00:21:28 +00:00
a8858eb5ac 🚀RELEASE 3.15.387-0 [CI SKIP] 2023-06-11 00:21:34 +00:00
575775c18a 🚀RELEASE 3.15.386 [CI SKIP] 2023-06-10 00:21:24 +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.385",
"version": "3.15.398",
"description": "NGINX Base Image feat. brotli",
"repository": {
"type": "git",