We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cda471 commit a879ed2Copy full SHA for a879ed2
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
@@ -49,7 +49,7 @@ declare -A debian=(
49
50
declare -A alpine=(
51
[mainline]='3.20'
52
- [stable]='3.19'
+ [stable]='3.20'
53
)
54
55
# When we bump njs version in a stable release we don't move the tag in the
0 commit comments