Compare commits

...

29 Commits

Author SHA1 Message Date
fa7a9b37ea
Update registry.odit.services/hub/library/alpine Docker tag to v3.16 2023-02-23 14:02:56 +00:00
bbc5fa88c6 🚀RELEASE 3.15.280 [CI SKIP] 2023-02-23 00:17:13 +00:00
ce49e22ad8 🚀RELEASE 3.15.279 [CI SKIP] 2023-02-22 00:17:11 +00:00
2a0be4c8ad 🚀RELEASE 3.15.278 [CI SKIP] 2023-02-21 00:17:11 +00:00
4b306f588c 🚀RELEASE 3.15.277 [CI SKIP] 2023-02-20 00:17:15 +00:00
eae623ebd4 🚀RELEASE 3.15.276 [CI SKIP] 2023-02-19 00:17:21 +00:00
2ec2b06ef6 🚀RELEASE 3.15.275 [CI SKIP] 2023-02-18 00:17:12 +00:00
dafc59ce0d 🚀RELEASE 3.15.274 [CI SKIP] 2023-02-17 00:17:12 +00:00
cf1be23808 🚀RELEASE 3.15.273 [CI SKIP] 2023-02-16 00:17:12 +00:00
699c84ace5 🚀RELEASE 3.15.272 [CI SKIP] 2023-02-15 00:17:14 +00:00
2d752093b3 🚀RELEASE 3.15.271 [CI SKIP] 2023-02-14 00:17:11 +00:00
2a459ec046 🚀RELEASE 3.15.270 [CI SKIP] 2023-02-13 00:17:21 +00:00
7a42ff65f3 🚀RELEASE 3.15.269 [CI SKIP] 2023-02-12 00:17:18 +00:00
04f53df759 🚀RELEASE 3.15.268 [CI SKIP] 2023-02-11 00:17:12 +00:00
d5764d945f 🚀RELEASE 3.15.267 [CI SKIP] 2023-02-10 00:17:10 +00:00
ec295bf718 🚀RELEASE 3.15.266 [CI SKIP] 2023-02-09 00:17:12 +00:00
4076587afe 🚀RELEASE 3.15.265 [CI SKIP] 2023-02-08 00:17:15 +00:00
8132e24641 🚀RELEASE 3.15.264 [CI SKIP] 2023-02-07 00:17:12 +00:00
b9cf01dfe5 🚀RELEASE 3.15.263 [CI SKIP] 2023-02-06 00:17:14 +00:00
5ed7cca0e9 🚀RELEASE 3.15.262 [CI SKIP] 2023-02-05 00:17:18 +00:00
854aaa6380 🚀RELEASE 3.15.261 [CI SKIP] 2023-02-04 00:17:13 +00:00
36f1564094 🚀RELEASE 3.15.260 [CI SKIP] 2023-02-03 00:17:12 +00:00
fe3b938a52 🚀RELEASE 3.15.259 [CI SKIP] 2023-02-02 00:17:13 +00:00
d3a384e64f 🚀RELEASE 3.15.258 [CI SKIP] 2023-02-01 00:17:12 +00:00
fba87a0841 🚀RELEASE 3.15.257 [CI SKIP] 2023-01-31 00:17:13 +00:00
f6af4064c2 🚀RELEASE 3.15.256 [CI SKIP] 2023-01-30 00:17:11 +00:00
59796e6bce 🚀RELEASE 3.15.255 [CI SKIP] 2023-01-29 00:17:16 +00:00
f1eed7bed7 🚀RELEASE 3.15.254 [CI SKIP] 2023-01-28 00:11:00 +00:00
85a4823dba 🚀RELEASE 3.15.253 [CI SKIP] 2023-01-27 00:10:58 +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.16
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.16
ARG NGINX_VERSION
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt

View File

@ -1,6 +1,6 @@
{
"name": "nginx-brotli",
"version": "3.15.252",
"version": "3.15.280",
"description": "NGINX Base Image feat. brotli",
"repository": {
"type": "git",