Skip to content

Commit

Permalink
Update stable to Alpine 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Dec 5, 2024
1 parent 6e1508b commit 8668dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/alpine-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.20
FROM alpine:3.21

LABEL maintainer="NGINX Docker Maintainers <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ declare -A debian=(

declare -A alpine=(
[mainline]='3.21'
[stable]='3.20'
[stable]='3.21'
)

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

0 comments on commit 8668dcf

Please sign in to comment.