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

Alpine 3.18

This commit is contained in:
J0WI
2023-05-10 19:56:30 +02:00
parent 887333be08
commit 6efe206eaa
7 changed files with 11 additions and 11 deletions

2
11/alpine/Dockerfile generated
View File

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

2
12/alpine/Dockerfile generated
View File

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

2
13/alpine/Dockerfile generated
View File

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

2
14/alpine/Dockerfile generated
View File

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

2
15/alpine/Dockerfile generated
View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY. # PLEASE DO NOT EDIT IT DIRECTLY.
# #
FROM alpine:3.17 FROM alpine:3.18
# 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,6 +1,6 @@
{ {
"11": { "11": {
"alpine": "3.17", "alpine": "3.18",
"bullseye": { "bullseye": {
"arches": [ "arches": [
"amd64", "amd64",
@ -19,7 +19,7 @@
"version": "11.19" "version": "11.19"
}, },
"12": { "12": {
"alpine": "3.17", "alpine": "3.18",
"bullseye": { "bullseye": {
"arches": [ "arches": [
"amd64", "amd64",
@ -37,7 +37,7 @@
"version": "12.14" "version": "12.14"
}, },
"13": { "13": {
"alpine": "3.17", "alpine": "3.18",
"bullseye": { "bullseye": {
"arches": [ "arches": [
"amd64", "amd64",
@ -55,7 +55,7 @@
"version": "13.10" "version": "13.10"
}, },
"14": { "14": {
"alpine": "3.17", "alpine": "3.18",
"bullseye": { "bullseye": {
"arches": [ "arches": [
"amd64", "amd64",
@ -73,7 +73,7 @@
"version": "14.7" "version": "14.7"
}, },
"15": { "15": {
"alpine": "3.17", "alpine": "3.18",
"bullseye": { "bullseye": {
"arches": [ "arches": [
"amd64", "amd64",

View File

@ -9,7 +9,7 @@ declare -A debianSuites=(
allDebianSuites=( allDebianSuites=(
bullseye bullseye
) )
defaultAlpineVersion='3.17' defaultAlpineVersion='3.18'
declare -A alpineVersions=( declare -A alpineVersions=(
#[14]='3.16' #[14]='3.16'
) )