Compare commits
1 Commits
b795a70bd5
...
3.15.421
| Author | SHA1 | Date | |
|---|---|---|---|
| 14676e9710 |
@@ -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.18
|
FROM registry.odit.services/hub/library/alpine:3.15
|
||||||
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.18
|
FROM registry.odit.services/hub/library/alpine:3.15
|
||||||
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.427",
|
"version": "3.15.421",
|
||||||
"description": "NGINX Base Image feat. brotli",
|
"description": "NGINX Base Image feat. brotli",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user