Skip to content

Commit fb92d11

Browse files
jnoordsijthresheek
authored andcommitted
Update stable to Alpine 3.21
1 parent 4e08af2 commit fb92d11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable/alpine-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
6-
FROM alpine:3.20
6+
FROM alpine:3.21
77

88
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
99

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ declare -A debian=(
5656

5757
declare -A alpine=(
5858
[mainline]='3.21'
59-
[stable]='3.20'
59+
[stable]='3.21'
6060
)
6161

6262
# When we bump njs version in a stable release we don't move the tag in the

0 commit comments

Comments
 (0)