Skip to content

Commit 3074753

Browse files
committed
Alpine 3.14
1 parent 56eb809 commit 3074753

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

10/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM alpine:3.13
2+
FROM alpine:3.14
33

44
# 70 is the standard uid/gid for "postgres" in Alpine
55
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

11/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM alpine:3.13
2+
FROM alpine:3.14
33

44
# 70 is the standard uid/gid for "postgres" in Alpine
55
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

12/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM alpine:3.13
2+
FROM alpine:3.14
33

44
# 70 is the standard uid/gid for "postgres" in Alpine
55
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

13/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM alpine:3.13
2+
FROM alpine:3.14
33

44
# 70 is the standard uid/gid for "postgres" in Alpine
55
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

9.6/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM alpine:3.13
2+
FROM alpine:3.14
33

44
# 70 is the standard uid/gid for "postgres" in Alpine
55
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ declare -A debianSuite=(
1616
[10]='stretch-slim'
1717
[11]='stretch-slim'
1818
)
19-
defaultAlpineVersion='3.13'
19+
defaultAlpineVersion='3.14'
2020
declare -A alpineVersion=(
2121
#[9.6]='3.5'
2222
)

0 commit comments

Comments
 (0)