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 4e08af2 commit fb92d11Copy full SHA for fb92d11
stable/alpine-slim/Dockerfile
@@ -3,7 +3,7 @@
3
#
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
6
-FROM alpine:3.20
+FROM alpine:3.21
7
8
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
update.sh
@@ -56,7 +56,7 @@ declare -A debian=(
56
57
declare -A alpine=(
58
[mainline]='3.21'
59
- [stable]='3.20'
+ [stable]='3.21'
60
)
61
62
# When we bump njs version in a stable release we don't move the tag in the
0 commit comments