We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2396849 commit 1c99bf1Copy full SHA for 1c99bf1
stable/alpine-slim/Dockerfile
@@ -3,7 +3,7 @@
3
#
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
6
-FROM alpine:3.19
+FROM alpine:3.20
7
8
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
9
update.sh
@@ -56,7 +56,7 @@ declare -A debian=(
56
57
declare -A alpine=(
58
[mainline]='3.20'
59
- [stable]='3.19'
+ [stable]='3.20'
60
)
61
62
# When we bump njs version in a stable release we don't move the tag in the
0 commit comments