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 0d806d1 commit d44f92fCopy full SHA for d44f92f
Dockerfile
@@ -1,8 +1,10 @@
1
-FROM alpine:3.11
+FROM alpine:3.12
2
3
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
4
5
-ENV NGINX_VERSION 1.18.0
+ENV NGINX_VERSION 1.19.2
6
+
7
+# https://github.com/google/ngx_brotli
8
ENV NGX_BROTLI_COMMIT 25f86f0bac1101b6512135eac5f93c49c63609e3
9
10
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
0 commit comments