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 0c138a2 commit 0864adeCopy full SHA for 0864ade
Dockerfile
@@ -1,11 +1,11 @@
1
#######################################################################################################################
2
# Scratch Nginx build
3
4
-FROM alpine:3.14 as builder
+FROM alpine:3.15 as builder
5
6
# See: https://github.com/nginx/nginx/releases
7
# See: https://github.com/google/ngx_brotli/releases
8
-ENV NGINX_VERSION=1.21.0 \
+ENV NGINX_VERSION=1.21.4 \
9
NGX_BROTLI_VERSION=v1.0.0rc
10
11
# Add unprivileged user
0 commit comments