1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Update to Alpine 3.13

This commit is contained in:
Tianon Gravi
2021-01-20 16:11:28 -08:00
parent 03e769531f
commit 188bf13e57
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile: # vim:set ft=dockerfile:
FROM alpine:3.12 FROM alpine:3.13
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile: # vim:set ft=dockerfile:
FROM alpine:3.12 FROM alpine:3.13
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile: # vim:set ft=dockerfile:
FROM alpine:3.12 FROM alpine:3.13
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile: # vim:set ft=dockerfile:
FROM alpine:3.12 FROM alpine:3.13
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile: # vim:set ft=dockerfile:
FROM alpine:3.12 FROM alpine:3.13
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile: # vim:set ft=dockerfile:
FROM alpine:3.12 FROM alpine:3.13
# 70 is the standard uid/gid for "postgres" in Alpine # 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@ -18,7 +18,7 @@ declare -A debianSuite=(
[10]='stretch-slim' [10]='stretch-slim'
[11]='stretch-slim' [11]='stretch-slim'
) )
defaultAlpineVersion='3.12' defaultAlpineVersion='3.13'
declare -A alpineVersion=( declare -A alpineVersion=(
#[9.6]='3.5' #[9.6]='3.5'
) )