You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-26 23:21:10 +03:00
Alpine 3.18
This commit is contained in:
2
11/alpine/Dockerfile
generated
2
11/alpine/Dockerfile
generated
@ -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
|
||||
|
2
12/alpine/Dockerfile
generated
2
12/alpine/Dockerfile
generated
@ -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
|
||||
|
2
13/alpine/Dockerfile
generated
2
13/alpine/Dockerfile
generated
@ -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
|
||||
|
2
14/alpine/Dockerfile
generated
2
14/alpine/Dockerfile
generated
@ -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
|
||||
|
2
15/alpine/Dockerfile
generated
2
15/alpine/Dockerfile
generated
@ -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
|
||||
|
@ -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",
|
||||
|
@ -9,7 +9,7 @@ declare -A debianSuites=(
|
||||
allDebianSuites=(
|
||||
bullseye
|
||||
)
|
||||
defaultAlpineVersion='3.17'
|
||||
defaultAlpineVersion='3.18'
|
||||
declare -A alpineVersions=(
|
||||
#[14]='3.16'
|
||||
)
|
||||
|
Reference in New Issue
Block a user