Compare commits
2 Commits
3.15.33
...
ebac3eaaa6
| Author | SHA1 | Date | |
|---|---|---|---|
|
ebac3eaaa6
|
|||
|
1e1ea14b18
|
@@ -47,7 +47,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
|
||||
@@ -132,7 +132,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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nginx-brotli",
|
||||
"version": "3.15.33",
|
||||
"version": "3.15.22",
|
||||
"description": "NGINX Base Image feat. brotli",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user