Skip to content

Commit d44f92f

Browse files
author
macbre
committed
Dockerfile: compile nginx v1.19.2 + use the latest Alpine version
Resolves #7
1 parent 0d806d1 commit d44f92f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
FROM alpine:3.11
1+
FROM alpine:3.12
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.18.0
5+
ENV NGINX_VERSION 1.19.2
6+
7+
# https://github.com/google/ngx_brotli
68
ENV NGX_BROTLI_COMMIT 25f86f0bac1101b6512135eac5f93c49c63609e3
79

810
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \

0 commit comments

Comments
 (0)