Skip to content

Commit 7ff24ba

Browse files
jnoordsijthresheek
authored andcommitted
Update mainline to Alpine 3.16
1 parent 8801813 commit 7ff24ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

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

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

update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ declare -A debian=(
3535
)
3636

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

0 commit comments

Comments
 (0)