Compare commits

..

21 Commits

Author SHA1 Message Date
481276853c
Update registry.odit.services/hub/library/alpine Docker tag to v3.17 2023-06-23 01:36:37 +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
cec9357475 🚀RELEASE 3.15.385 [CI SKIP] 2023-06-09 00:21:24 +00:00
5d44e31c1a 🚀RELEASE 3.15.384 [CI SKIP] 2023-06-08 00:21:26 +00:00
1e49961f3d 🚀RELEASE 3.15.383 [CI SKIP] 2023-06-07 00:21:25 +00:00
44a7a3dbf6 🚀RELEASE 3.15.382 [CI SKIP] 2023-06-06 00:28:20 +00:00
463ac9043f 🚀RELEASE 3.15.381 [CI SKIP] 2023-06-05 00:28:12 +00:00
81a1321b2a 🚀RELEASE 3.15.380 [CI SKIP] 2023-06-04 00:28:16 +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.18
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.18
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.379",
"version": "3.15.398",
"description": "NGINX Base Image feat. brotli",
"repository": {
"type": "git",