File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- ARG IMAGE=nginxinc/nginx-unprivileged:1.25.3 -alpine
6
+ ARG IMAGE=nginxinc/nginx-unprivileged:1.25.4 -alpine
7
7
FROM $IMAGE
8
8
9
9
ARG UID=101
@@ -61,7 +61,7 @@ RUN set -x \
61
61
export HOME=${tempDir} \
62
62
&& cd ${tempDir} \
63
63
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
64
- && PKGOSSCHECKSUM=\" 00b217979265cc9d66c991c9c89427558936dbaa568d175ca45780589171d94f1866217be09a83438d95494cf38baaa6788320f6d8d23f2fb29c03117391ff88 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
64
+ && PKGOSSCHECKSUM=\" 79bf214256bf55700c776a87abfc3cf542323a267d879e89110aa44b551d12f6df7d56676a68f255ebbb54275185980d1fa37075f000d98e0ecac28db9e89fe3 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
65
65
&& if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
66
66
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
67
67
else \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM $IMAGE
8
8
9
9
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
10
10
11
- ENV NGINX_VERSION 1.25.3
11
+ ENV NGINX_VERSION 1.25.4
12
12
ENV PKG_RELEASE 1
13
13
14
14
ARG UID=101
@@ -61,7 +61,7 @@ RUN set -x \
61
61
export HOME=${tempDir} \
62
62
&& cd ${tempDir} \
63
63
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
64
- && PKGOSSCHECKSUM=\" 00b217979265cc9d66c991c9c89427558936dbaa568d175ca45780589171d94f1866217be09a83438d95494cf38baaa6788320f6d8d23f2fb29c03117391ff88 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
64
+ && PKGOSSCHECKSUM=\" 79bf214256bf55700c776a87abfc3cf542323a267d879e89110aa44b551d12f6df7d56676a68f255ebbb54275185980d1fa37075f000d98e0ecac28db9e89fe3 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
65
65
&& if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
66
66
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
67
67
else \
Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- ARG IMAGE=nginxinc/nginx-unprivileged:1.25.3 -alpine-slim
6
+ ARG IMAGE=nginxinc/nginx-unprivileged:1.25.4 -alpine-slim
7
7
FROM $IMAGE
8
8
9
- ENV NJS_VERSION 0.8.2
9
+ ENV NJS_VERSION 0.8.3
10
10
11
11
ARG UID=101
12
12
ARG GID=101
@@ -65,7 +65,7 @@ RUN set -x \
65
65
export HOME=${tempDir} \
66
66
&& cd ${tempDir} \
67
67
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
68
- && PKGOSSCHECKSUM=\" 00b217979265cc9d66c991c9c89427558936dbaa568d175ca45780589171d94f1866217be09a83438d95494cf38baaa6788320f6d8d23f2fb29c03117391ff88 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
68
+ && PKGOSSCHECKSUM=\" 79bf214256bf55700c776a87abfc3cf542323a267d879e89110aa44b551d12f6df7d56676a68f255ebbb54275185980d1fa37075f000d98e0ecac28db9e89fe3 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
69
69
&& if [ \"\$ (openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$ PKGOSSCHECKSUM\" ]; then \
70
70
echo \" pkg-oss tarball checksum verification succeeded!\" ; \
71
71
else \
Original file line number Diff line number Diff line change 3
3
#
4
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
5
#
6
- ARG IMAGE=nginxinc/nginx-unprivileged:1.25.3
6
+ ARG IMAGE=nginxinc/nginx-unprivileged:1.25.4
7
7
FROM $IMAGE
8
8
9
9
ARG UID=101
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ FROM $IMAGE
8
8
9
9
LABEL maintainer=
"NGINX Docker Maintainers <[email protected] >"
10
10
11
- ENV NGINX_VERSION 1.25.3
12
- ENV NJS_VERSION 0.8.2
11
+ ENV NGINX_VERSION 1.25.4
12
+ ENV NJS_VERSION 0.8.3
13
13
ENV PKG_RELEASE 1~bookworm
14
14
15
15
ARG UID=101
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ declare branches=(
12
12
# Current nginx versions
13
13
# Remember to update pkgosschecksum when changing this.
14
14
declare -A nginx=(
15
- [mainline]=' 1.25.3 '
15
+ [mainline]=' 1.25.4 '
16
16
[stable]=' 1.24.0'
17
17
)
18
18
19
19
# Current njs versions
20
20
declare -A njs=(
21
- [mainline]=' 0.8.2 '
21
+ [mainline]=' 0.8.3 '
22
22
[stable]=' 0.8.0'
23
23
)
24
24
@@ -52,7 +52,7 @@ declare -A rev=(
52
52
# revision/tag in the previous block
53
53
# Used in alpine builds for architectures not packaged by nginx.org
54
54
declare -A pkgosschecksum=(
55
- [mainline]=' 00b217979265cc9d66c991c9c89427558936dbaa568d175ca45780589171d94f1866217be09a83438d95494cf38baaa6788320f6d8d23f2fb29c03117391ff88 '
55
+ [mainline]=' 79bf214256bf55700c776a87abfc3cf542323a267d879e89110aa44b551d12f6df7d56676a68f255ebbb54275185980d1fa37075f000d98e0ecac28db9e89fe3 '
56
56
[stable]=' 4f33347bf05e7d7dd42a52b6e7af7ec21e3ed71df05a8ec16dd1228425f04e4318d88b1340370ccb6ad02cde590fc102094ddffbb1fc86d2085295a43f02f67b'
57
57
)
58
58
You can’t perform that action at this time.
0 commit comments