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 7f1d49f commit 1b87dc1Copy full SHA for 1b87dc1
mainline/alpine-slim/Dockerfile
@@ -3,7 +3,7 @@
3
#
4
# PLEASE DO NOT EDIT IT DIRECTLY.
5
6
-FROM alpine:3.21
+FROM alpine:3.22
7
8
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
9
update.sh
@@ -55,7 +55,7 @@ declare -A debian=(
55
)
56
57
declare -A alpine=(
58
- [mainline]='3.21'
+ [mainline]='3.22'
59
[stable]='3.21'
60
61
0 commit comments