We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f227279 commit 1503705Copy full SHA for 1503705
mainline/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 <[email protected]>"
9
update.sh
@@ -55,7 +55,7 @@ declare -A debian=(
55
)
56
57
declare -A alpine=(
58
- [mainline]='3.20'
+ [mainline]='3.21'
59
[stable]='3.20'
60
61
0 commit comments