diff --git a/11/alpine/Dockerfile b/11/alpine/Dockerfile index 48fa554f52..ce4f716d15 100644 --- a/11/alpine/Dockerfile +++ b/11/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.16 +FROM alpine:3.17 # 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 diff --git a/12/alpine/Dockerfile b/12/alpine/Dockerfile index d59fd9a1e1..53058f1d4e 100644 --- a/12/alpine/Dockerfile +++ b/12/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.16 +FROM alpine:3.17 # 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 diff --git a/13/alpine/Dockerfile b/13/alpine/Dockerfile index 703a793a92..da784d5f9c 100644 --- a/13/alpine/Dockerfile +++ b/13/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.16 +FROM alpine:3.17 # 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 diff --git a/14/alpine/Dockerfile b/14/alpine/Dockerfile index bca6315f25..03dcb2406e 100644 --- a/14/alpine/Dockerfile +++ b/14/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.16 +FROM alpine:3.17 # 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 diff --git a/15/alpine/Dockerfile b/15/alpine/Dockerfile index f328cb3617..e2696b0f83 100644 --- a/15/alpine/Dockerfile +++ b/15/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.16 +FROM alpine:3.17 # 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 diff --git a/versions.json b/versions.json index 7d46bb2940..90629103db 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "11": { - "alpine": "3.16", + "alpine": "3.17", "bullseye": { "arches": [ "amd64", @@ -18,7 +18,7 @@ "version": "11.18" }, "12": { - "alpine": "3.16", + "alpine": "3.17", "bullseye": { "arches": [ "amd64", @@ -36,7 +36,7 @@ "version": "12.13" }, "13": { - "alpine": "3.16", + "alpine": "3.17", "bullseye": { "arches": [ "amd64", @@ -54,7 +54,7 @@ "version": "13.9" }, "14": { - "alpine": "3.16", + "alpine": "3.17", "bullseye": { "arches": [ "amd64", @@ -72,7 +72,7 @@ "version": "14.6" }, "15": { - "alpine": "3.16", + "alpine": "3.17", "bullseye": { "arches": [ "amd64", diff --git a/versions.sh b/versions.sh index f08a00274d..e0bead30d2 100755 --- a/versions.sh +++ b/versions.sh @@ -9,7 +9,7 @@ declare -A debianSuites=( allDebianSuites=( bullseye ) -defaultAlpineVersion='3.16' +defaultAlpineVersion='3.17' declare -A alpineVersions=( #[14]='3.16' )