From 6efe206eaa4fe9a77d7abc7a4b72415bf80ae39b Mon Sep 17 00:00:00 2001 From: J0WI Date: Wed, 10 May 2023 19:56:30 +0200 Subject: [PATCH] Alpine 3.18 --- 11/alpine/Dockerfile | 2 +- 12/alpine/Dockerfile | 2 +- 13/alpine/Dockerfile | 2 +- 14/alpine/Dockerfile | 2 +- 15/alpine/Dockerfile | 2 +- versions.json | 10 +++++----- versions.sh | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/11/alpine/Dockerfile b/11/alpine/Dockerfile index 51c03ad1ed..ac5df059f1 100644 --- a/11/alpine/Dockerfile +++ b/11/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.17 +FROM alpine:3.18 # 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 a96a546e71..29acb91143 100644 --- a/12/alpine/Dockerfile +++ b/12/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.17 +FROM alpine:3.18 # 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 4cd84cdc74..9384b01ddc 100644 --- a/13/alpine/Dockerfile +++ b/13/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.17 +FROM alpine:3.18 # 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 532ff95e2b..974f1bc864 100644 --- a/14/alpine/Dockerfile +++ b/14/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.17 +FROM alpine:3.18 # 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 90b2988f4e..959048fcc4 100644 --- a/15/alpine/Dockerfile +++ b/15/alpine/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.17 +FROM alpine:3.18 # 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 fa4916cb86..62b523751e 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "11": { - "alpine": "3.17", + "alpine": "3.18", "bullseye": { "arches": [ "amd64", @@ -19,7 +19,7 @@ "version": "11.19" }, "12": { - "alpine": "3.17", + "alpine": "3.18", "bullseye": { "arches": [ "amd64", @@ -37,7 +37,7 @@ "version": "12.14" }, "13": { - "alpine": "3.17", + "alpine": "3.18", "bullseye": { "arches": [ "amd64", @@ -55,7 +55,7 @@ "version": "13.10" }, "14": { - "alpine": "3.17", + "alpine": "3.18", "bullseye": { "arches": [ "amd64", @@ -73,7 +73,7 @@ "version": "14.7" }, "15": { - "alpine": "3.17", + "alpine": "3.18", "bullseye": { "arches": [ "amd64", diff --git a/versions.sh b/versions.sh index e0bead30d2..ff29867cfb 100755 --- a/versions.sh +++ b/versions.sh @@ -9,7 +9,7 @@ declare -A debianSuites=( allDebianSuites=( bullseye ) -defaultAlpineVersion='3.17' +defaultAlpineVersion='3.18' declare -A alpineVersions=( #[14]='3.16' )