mirror of
https://github.com/docker-library/postgres.git
synced 2025-04-19 11:42:18 +03:00
Update Alpine to 3.21
This commit is contained in:
parent
0b87a9bbd2
commit
1075ab7060
@ -4,7 +4,7 @@
|
||||
# PLEASE DO NOT EDIT IT DIRECTLY.
|
||||
#
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.21
|
||||
|
||||
# 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
|
@ -4,7 +4,7 @@
|
||||
# PLEASE DO NOT EDIT IT DIRECTLY.
|
||||
#
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.21
|
||||
|
||||
# 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
|
@ -4,7 +4,7 @@
|
||||
# PLEASE DO NOT EDIT IT DIRECTLY.
|
||||
#
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.21
|
||||
|
||||
# 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
|
@ -4,7 +4,7 @@
|
||||
# PLEASE DO NOT EDIT IT DIRECTLY.
|
||||
#
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.21
|
||||
|
||||
# 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
|
@ -4,7 +4,7 @@
|
||||
# PLEASE DO NOT EDIT IT DIRECTLY.
|
||||
#
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.21
|
||||
|
||||
# 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
|
@ -4,7 +4,7 @@
|
||||
# PLEASE DO NOT EDIT IT DIRECTLY.
|
||||
#
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.21
|
||||
|
||||
# 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
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"12": {
|
||||
"alpine": "3.20",
|
||||
"alpine": "3.21",
|
||||
"bookworm": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -25,13 +25,13 @@
|
||||
"variants": [
|
||||
"bookworm",
|
||||
"bullseye",
|
||||
"alpine3.20",
|
||||
"alpine3.19"
|
||||
"alpine3.21",
|
||||
"alpine3.20"
|
||||
],
|
||||
"version": "12.22"
|
||||
},
|
||||
"13": {
|
||||
"alpine": "3.20",
|
||||
"alpine": "3.21",
|
||||
"bookworm": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -56,13 +56,13 @@
|
||||
"variants": [
|
||||
"bookworm",
|
||||
"bullseye",
|
||||
"alpine3.20",
|
||||
"alpine3.19"
|
||||
"alpine3.21",
|
||||
"alpine3.20"
|
||||
],
|
||||
"version": "13.18"
|
||||
},
|
||||
"14": {
|
||||
"alpine": "3.20",
|
||||
"alpine": "3.21",
|
||||
"bookworm": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -87,13 +87,13 @@
|
||||
"variants": [
|
||||
"bookworm",
|
||||
"bullseye",
|
||||
"alpine3.20",
|
||||
"alpine3.19"
|
||||
"alpine3.21",
|
||||
"alpine3.20"
|
||||
],
|
||||
"version": "14.15"
|
||||
},
|
||||
"15": {
|
||||
"alpine": "3.20",
|
||||
"alpine": "3.21",
|
||||
"bookworm": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -118,13 +118,13 @@
|
||||
"variants": [
|
||||
"bookworm",
|
||||
"bullseye",
|
||||
"alpine3.20",
|
||||
"alpine3.19"
|
||||
"alpine3.21",
|
||||
"alpine3.20"
|
||||
],
|
||||
"version": "15.10"
|
||||
},
|
||||
"16": {
|
||||
"alpine": "3.20",
|
||||
"alpine": "3.21",
|
||||
"bookworm": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -149,13 +149,13 @@
|
||||
"variants": [
|
||||
"bookworm",
|
||||
"bullseye",
|
||||
"alpine3.20",
|
||||
"alpine3.19"
|
||||
"alpine3.21",
|
||||
"alpine3.20"
|
||||
],
|
||||
"version": "16.6"
|
||||
},
|
||||
"17": {
|
||||
"alpine": "3.20",
|
||||
"alpine": "3.21",
|
||||
"bookworm": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -180,8 +180,8 @@
|
||||
"variants": [
|
||||
"bookworm",
|
||||
"bullseye",
|
||||
"alpine3.20",
|
||||
"alpine3.19"
|
||||
"alpine3.21",
|
||||
"alpine3.20"
|
||||
],
|
||||
"version": "17.2"
|
||||
}
|
||||
|
@ -7,8 +7,8 @@ supportedDebianSuites=(
|
||||
bullseye
|
||||
)
|
||||
supportedAlpineVersions=(
|
||||
3.21
|
||||
3.20
|
||||
3.19
|
||||
)
|
||||
defaultDebianSuite="${supportedDebianSuites[0]}"
|
||||
declare -A debianSuites=(
|
||||
|
Loading…
x
Reference in New Issue
Block a user