Compare commits

...

26 Commits

Author SHA1 Message Date
86a8f4b593
Update registry.odit.services/hub/library/alpine Docker tag to v3.17 2023-06-03 04:51:39 +00:00
f57f0d424b 🚀RELEASE 3.15.379 [CI SKIP] 2023-06-03 00:28:11 +00:00
6f59264afb 🚀RELEASE 3.15.378 [CI SKIP] 2023-06-02 00:28:20 +00:00
6840b7b2ca 🚀RELEASE 3.15.377 [CI SKIP] 2023-06-01 00:28:12 +00:00
41335efb94 🚀RELEASE 3.15.376 [CI SKIP] 2023-05-31 00:28:12 +00:00
b998203564 🚀RELEASE 3.15.375 [CI SKIP] 2023-05-30 00:28:11 +00:00
cce70f30e9 🚀RELEASE 3.15.374 [CI SKIP] 2023-05-29 00:28:12 +00:00
c974f512ba 🚀RELEASE 3.15.373 [CI SKIP] 2023-05-28 00:28:18 +00:00
efdbb8988f 🚀RELEASE 3.15.372 [CI SKIP] 2023-05-27 00:28:10 +00:00
baa6bcb957 🚀RELEASE 3.15.371 [CI SKIP] 2023-05-26 00:28:10 +00:00
887e045d5e 🚀RELEASE 3.15.370 [CI SKIP] 2023-05-25 00:28:12 +00:00
e1407e7345 🚀RELEASE 3.15.369 [CI SKIP] 2023-05-24 00:28:12 +00:00
45c0278007 🚀RELEASE 3.15.368 [CI SKIP] 2023-05-23 00:28:15 +00:00
f559f9f844 🚀RELEASE 3.15.367 [CI SKIP] 2023-05-22 00:28:10 +00:00
166c995fd8 🚀RELEASE 3.15.366 [CI SKIP] 2023-05-21 00:28:13 +00:00
9b8d7233cd 🚀RELEASE 3.15.365 [CI SKIP] 2023-05-20 00:28:12 +00:00
a5f9a12649 🚀RELEASE 3.15.364 [CI SKIP] 2023-05-19 00:28:09 +00:00
0b798517f3 🚀RELEASE 3.15.363 [CI SKIP] 2023-05-18 00:28:12 +00:00
41a9521922 🚀RELEASE 3.15.362 [CI SKIP] 2023-05-17 00:28:12 +00:00
05e5f03541 🚀RELEASE 3.15.361 [CI SKIP] 2023-05-16 00:28:12 +00:00
c856378245 🚀RELEASE 3.15.360 [CI SKIP] 2023-05-15 00:28:08 +00:00
ce948d3e42 🚀RELEASE 3.15.359 [CI SKIP] 2023-05-14 00:28:14 +00:00
5fd733a490 🚀RELEASE 3.15.358 [CI SKIP] 2023-05-13 00:28:18 +00:00
7eebb994f1 🚀RELEASE 3.15.357 [CI SKIP] 2023-05-12 00:28:12 +00:00
35f6fea2d9 🚀RELEASE 3.15.356 [CI SKIP] 2023-05-11 00:17:12 +00:00
41883a7ac8 🚀RELEASE 3.15.355 [CI SKIP] 2023-05-10 00:17:20 +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.354",
"version": "3.15.379",
"description": "NGINX Base Image feat. brotli",
"repository": {
"type": "git",