Compare commits

..

11 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
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.345-0",
"version": "3.15.354",
"description": "NGINX Base Image feat. brotli",
"repository": {
"type": "git",