Skip to content

Commit f3fe494

Browse files
committed
Updated nginx to 1.20.1 and 1.21.0
1 parent be61420 commit f3fe494

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33

44
declare -A aliases
55
aliases=(
6-
[mainline]='1 1.19 latest'
6+
[mainline]='1 1.21 latest'
77
[stable]='1.20'
88
)
99

mainline/alpine-perl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM alpine:3.13
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.10
10+
ENV NGINX_VERSION 1.21.0
1111
ENV NJS_VERSION 0.5.3
1212
ENV PKG_RELEASE 1
1313

@@ -25,7 +25,7 @@ RUN set -x \
2525
nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} \
2626
" \
2727
&& case "$apkArch" in \
28-
x86_64) \
28+
x86_64|aarch64) \
2929
# arches officially built by upstream
3030
set -x \
3131
&& KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" \

mainline/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM alpine:3.13
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.10
10+
ENV NGINX_VERSION 1.21.0
1111
ENV NJS_VERSION 0.5.3
1212
ENV PKG_RELEASE 1
1313

@@ -24,7 +24,7 @@ RUN set -x \
2424
nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} \
2525
" \
2626
&& case "$apkArch" in \
27-
x86_64) \
27+
x86_64|aarch64) \
2828
# arches officially built by upstream
2929
set -x \
3030
&& KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" \

mainline/debian-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM debian:buster-slim
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.10
10+
ENV NGINX_VERSION 1.21.0
1111
ENV NJS_VERSION 0.5.3
1212
ENV PKG_RELEASE 1~buster
1313

mainline/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM debian:buster-slim
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.19.10
10+
ENV NGINX_VERSION 1.21.0
1111
ENV NJS_VERSION 0.5.3
1212
ENV PKG_RELEASE 1~buster
1313

stable/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM alpine:3.13
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.20.0
10+
ENV NGINX_VERSION 1.20.1
1111
ENV NJS_VERSION 0.5.3
1212
ENV PKG_RELEASE 1
1313

stable/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM alpine:3.13
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.20.0
10+
ENV NGINX_VERSION 1.20.1
1111
ENV NJS_VERSION 0.5.3
1212
ENV PKG_RELEASE 1
1313

stable/debian-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM debian:buster-slim
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.20.0
10+
ENV NGINX_VERSION 1.20.1
1111
ENV NJS_VERSION 0.5.3
1212
ENV PKG_RELEASE 1~buster
1313

stable/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM debian:buster-slim
77

88
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
99

10-
ENV NGINX_VERSION 1.20.0
10+
ENV NGINX_VERSION 1.20.1
1111
ENV NJS_VERSION 0.5.3
1212
ENV PKG_RELEASE 1~buster
1313

sync-awsecr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ registry="public.ecr.aws/z9d2n7e1"
66

77
declare -A aliases
88
aliases=(
9-
[mainline]='1 1.19 latest'
9+
[mainline]='1 1.21 latest'
1010
[stable]='1.20'
1111
)
1212

0 commit comments

Comments
 (0)