Skip to content

Commit 188bf13

Browse files
committed
Update to Alpine 3.13
1 parent 03e7695 commit 188bf13

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.12
2+
FROM alpine:3.13
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.12
2+
FROM alpine:3.13
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.12
2+
FROM alpine:3.13
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.12
2+
FROM alpine:3.13
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.5/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.12
2+
FROM alpine:3.13
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.12
2+
FROM alpine:3.13
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
@@ -18,7 +18,7 @@ declare -A debianSuite=(
1818
[10]='stretch-slim'
1919
[11]='stretch-slim'
2020
)
21-
defaultAlpineVersion='3.12'
21+
defaultAlpineVersion='3.13'
2222
declare -A alpineVersion=(
2323
#[9.6]='3.5'
2424
)

0 commit comments

Comments
 (0)