We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9291bb commit 9aa1930Copy full SHA for 9aa1930
Dockerfile
@@ -60,7 +60,7 @@ ARG CONFIG="\
60
--add-module=/tmp/lua-nginx-module-${LUA_NGINX_MODULE_VERSION} \
61
"
62
63
-FROM alpine:3.12 AS base
+FROM alpine:3.13 AS base
64
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
65
66
ARG NGINX_VERSION
@@ -167,7 +167,7 @@ RUN \
167
| xargs -r apk info --installed \
168
| sort -u > /tmp/runDeps.txt
169
170
-FROM alpine:3.12
+FROM alpine:3.13
171
172
ARG NGX_BROTLI_COMMIT
173
ARG LUA_NGINX_MODULE_VERSION
0 commit comments