Skip to content

Commit 2f944f8

Browse files
jnoordsijthresheek
authored andcommitted
Update mainline to Alpine 3.17
1 parent fef5123 commit 2f944f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mainline/alpine-perl/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.16
6+
FROM alpine:3.17
77

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

mainline/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.16
6+
FROM alpine:3.17
77

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

mainline/alpine/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.16
6+
FROM alpine:3.17
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
@@ -35,7 +35,7 @@ declare -A debian=(
3535
)
3636

3737
declare -A alpine=(
38-
[mainline]='3.16'
38+
[mainline]='3.17'
3939
[stable]='3.16'
4040
)
4141

0 commit comments

Comments
 (0)