Skip to content

Commit

Permalink
Update mainline to Alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoordsij authored and thresheek committed Apr 23, 2024
1 parent 29d5001 commit 308c492
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.18
FROM alpine:3.19

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

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

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

0 comments on commit 308c492

Please sign in to comment.