File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.12
2
+ FROM alpine:3.13
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
5
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.12
2
+ FROM alpine:3.13
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
5
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.12
2
+ FROM alpine:3.13
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
5
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.12
2
+ FROM alpine:3.13
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
5
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.12
2
+ FROM alpine:3.13
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
5
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.12
2
+ FROM alpine:3.13
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
5
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ declare -A debianSuite=(
18
18
[10]=' stretch-slim'
19
19
[11]=' stretch-slim'
20
20
)
21
- defaultAlpineVersion=' 3.12 '
21
+ defaultAlpineVersion=' 3.13 '
22
22
declare -A alpineVersion=(
23
23
# [9.6]='3.5'
24
24
)
You can’t perform that action at this time.
0 commit comments