Update to alpine 3.20

This commit is contained in:
Earlopain 2024-05-22 22:39:44 +02:00
parent d08757ccb5
commit 930acaf01f
No known key found for this signature in database
GPG Key ID: 48860312319ADF61
17 changed files with 21 additions and 21 deletions

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.18
FROM alpine:3.20
# 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

View File

@ -1,6 +1,6 @@
{
"12": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
@ -25,13 +25,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "12.19"
},
"13": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
@ -56,13 +56,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "13.15"
},
"14": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
@ -87,13 +87,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "14.12"
},
"15": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
@ -118,13 +118,13 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "15.7"
},
"16": {
"alpine": "3.19",
"alpine": "3.20",
"bookworm": {
"arches": [
"amd64",
@ -149,8 +149,8 @@
"variants": [
"bookworm",
"bullseye",
"alpine3.19",
"alpine3.18"
"alpine3.20",
"alpine3.19"
],
"version": "16.3"
}

View File

@ -7,8 +7,8 @@ supportedDebianSuites=(
bullseye
)
supportedAlpineVersions=(
3.20
3.19
3.18
)
defaultDebianSuite="${supportedDebianSuites[0]}"
declare -A debianSuites=(