Compare commits
1 Commits
86a8f4b593
...
96a473b4df
Author | SHA1 | Date | |
---|---|---|---|
96a473b4df |
@ -48,7 +48,7 @@ ARG CONFIG="\
|
|||||||
--add-module=/usr/src/ngx_brotli \
|
--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>"
|
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
||||||
|
|
||||||
ARG NGINX_VERSION
|
ARG NGINX_VERSION
|
||||||
@ -133,7 +133,7 @@ RUN \
|
|||||||
| xargs -r apk info --installed \
|
| xargs -r apk info --installed \
|
||||||
| sort -u > /tmp/runDeps.txt
|
| 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
|
ARG NGINX_VERSION
|
||||||
|
|
||||||
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt
|
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nginx-brotli",
|
"name": "nginx-brotli",
|
||||||
"version": "3.15.379",
|
"version": "3.15.354",
|
||||||
"description": "NGINX Base Image feat. brotli",
|
"description": "NGINX Base Image feat. brotli",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user