Skip to content

Commit

Permalink
Update stable to Alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij committed Aug 14, 2024
1 parent d07bb0c commit 450efc6
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.19
FROM alpine:3.20

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 @@ -49,7 +49,7 @@ declare -A debian=(

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

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

0 comments on commit 450efc6

Please sign in to comment.