Skip to content

Commit

Permalink
Update mainline 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 9bef259 commit 6e1508b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mainline/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 <docker-maint@nginx.com>"

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

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

Expand Down

0 comments on commit 6e1508b

Please sign in to comment.