Compare commits

..

32 Commits

Author SHA1 Message Date
96a473b4df
Update registry.odit.services/hub/library/alpine Docker tag to v3.18 2023-05-09 23:21:24 +00:00
1836e13738 🚀RELEASE 3.15.354 [CI SKIP] 2023-05-09 00:17:15 +00:00
5c3ac60f07 🚀RELEASE 3.15.353 [CI SKIP] 2023-05-08 00:17:12 +00:00
45d41dbc18 🚀RELEASE 3.15.352 [CI SKIP] 2023-05-07 00:17:18 +00:00
6e7394efbb 🚀RELEASE 3.15.351 [CI SKIP] 2023-05-06 00:17:13 +00:00
e93d6e33fe 🚀RELEASE 3.15.350 [CI SKIP] 2023-05-05 00:17:12 +00:00
12f0f89d4d 🚀RELEASE 3.15.349 [CI SKIP] 2023-05-04 00:17:12 +00:00
91145a7b6a 🚀RELEASE 3.15.348 [CI SKIP] 2023-05-03 00:17:14 +00:00
4b84e858ca 🚀RELEASE 3.15.347 [CI SKIP] 2023-05-02 00:17:20 +00:00
2e284ca3ea 🚀RELEASE 3.15.346 [CI SKIP] 2023-05-01 00:17:13 +00:00
4c3e407d5c 🚀RELEASE 3.15.345 [CI SKIP] 2023-04-30 00:17:17 +00:00
cc37c58867 🚀RELEASE 3.15.344 [CI SKIP] 2023-04-29 00:17:11 +00:00
12ff1c9819 🚀RELEASE 3.15.343 [CI SKIP] 2023-04-28 00:17:17 +00:00
5150e96e84 🚀RELEASE 3.15.342 [CI SKIP] 2023-04-27 00:17:11 +00:00
e18a90ff82 🚀RELEASE 3.15.341 [CI SKIP] 2023-04-26 00:17:13 +00:00
67883fd429 🚀RELEASE 3.15.340 [CI SKIP] 2023-04-25 00:17:14 +00:00
473d0aa57f 🚀RELEASE 3.15.339 [CI SKIP] 2023-04-24 00:17:15 +00:00
d86cdc664b 🚀RELEASE 3.15.338 [CI SKIP] 2023-04-23 00:17:17 +00:00
b8b5162736 🚀RELEASE 3.15.337 [CI SKIP] 2023-04-22 00:17:14 +00:00
a199b81fab 🚀RELEASE 3.15.336 [CI SKIP] 2023-04-21 00:17:12 +00:00
ee4e77f397 🚀RELEASE 3.15.335 [CI SKIP] 2023-04-20 00:17:14 +00:00
dfbb6fc768 🚀RELEASE 3.15.334 [CI SKIP] 2023-04-19 00:17:11 +00:00
da4b918573 🚀RELEASE 3.15.333 [CI SKIP] 2023-04-18 00:17:14 +00:00
dcfe894f8b 🚀RELEASE 3.15.332 [CI SKIP] 2023-04-17 00:17:10 +00:00
cfeaa5cd04 🚀RELEASE 3.15.331 [CI SKIP] 2023-04-16 00:17:27 +00:00
f5a75a53f4 🚀RELEASE 3.15.330 [CI SKIP] 2023-04-15 00:17:17 +00:00
639416d24f 🚀RELEASE 3.15.329 [CI SKIP] 2023-04-14 00:17:13 +00:00
601b96a288 🚀RELEASE 3.15.328 [CI SKIP] 2023-04-13 00:17:22 +00:00
a8fab1e02f 🚀RELEASE 3.15.327 [CI SKIP] 2023-04-12 00:17:12 +00:00
36fd60343d 🚀RELEASE 3.15.326 [CI SKIP] 2023-04-11 00:17:17 +00:00
64bbb04644 🚀RELEASE 3.15.325 [CI SKIP] 2023-04-10 00:17:13 +00:00
272a7abcee 🚀RELEASE 3.15.324 [CI SKIP] 2023-04-09 00:17:17 +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.17
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.17
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.323",
"version": "3.15.354",
"description": "NGINX Base Image feat. brotli",
"repository": {
"type": "git",