Skip to content

Commit 0864ade

Browse files
committed
chore: update to 1.21.4
Signed-off-by: wilmardo <[email protected]>
1 parent 0c138a2 commit 0864ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#######################################################################################################################
22
# Scratch Nginx build
33
#######################################################################################################################
4-
FROM alpine:3.14 as builder
4+
FROM alpine:3.15 as builder
55

66
# See: https://github.com/nginx/nginx/releases
77
# See: https://github.com/google/ngx_brotli/releases
8-
ENV NGINX_VERSION=1.21.0 \
8+
ENV NGINX_VERSION=1.21.4 \
99
NGX_BROTLI_VERSION=v1.0.0rc
1010

1111
# Add unprivileged user

0 commit comments

Comments
 (0)