Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update stable to Alpine 3.22
  • Loading branch information
jnoordsij committed Aug 13, 2025
commit 00dcd3817cd057bfc471900060752d7f553e23fd
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.21
FROM alpine:3.22

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.22'
[stable]='3.21'
[stable]='3.22'
)

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