Compare commits
9 Commits
481276853c
...
3.15.407
| Author | SHA1 | Date | |
|---|---|---|---|
| cdddc4d929 | |||
| d153951ed2 | |||
| de56c9c18c | |||
| 198e15a330 | |||
| e35bdf3b24 | |||
| dadd36e93a | |||
| 39380227ab | |||
| c76c376256 | |||
| a8751e02f4 |
@@ -48,7 +48,7 @@ ARG CONFIG="\
|
||||
--add-module=/usr/src/ngx_brotli \
|
||||
"
|
||||
|
||||
FROM registry.odit.services/hub/library/alpine:3.17
|
||||
FROM registry.odit.services/hub/library/alpine:3.15
|
||||
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.17
|
||||
FROM registry.odit.services/hub/library/alpine:3.15
|
||||
ARG NGINX_VERSION
|
||||
|
||||
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nginx-brotli",
|
||||
"version": "3.15.398",
|
||||
"version": "3.15.407",
|
||||
"description": "NGINX Base Image feat. brotli",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user