Skip to content

Commit 308c492

Browse files
jnoordsijthresheek
authored andcommitted
Update mainline to Alpine 3.19
1 parent 29d5001 commit 308c492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable/alpine-slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
6-
FROM alpine:3.18
6+
FROM alpine:3.19
77

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

update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ declare -A debian=(
4242

4343
declare -A alpine=(
4444
[mainline]='3.19'
45-
[stable]='3.18'
45+
[stable]='3.19'
4646
)
4747

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

0 commit comments

Comments
 (0)