Skip to content

Commit a879ed2

Browse files
committed
Update stable to Alpine 3.20
1 parent 0cda471 commit a879ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stable/alpine-slim/Dockerfile

Lines changed: 1 addition & 1 deletion
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.19
6+
FROM alpine:3.20
77

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

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ declare -A debian=(
4949

5050
declare -A alpine=(
5151
[mainline]='3.20'
52-
[stable]='3.19'
52+
[stable]='3.20'
5353
)
5454

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

0 commit comments

Comments
 (0)