You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-26 23:21:10 +03:00
Update to alpine 3.17
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.16
|
||||
FROM alpine:3.17
|
||||
|
||||
# 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.16
|
||||
FROM alpine:3.17
|
||||
|
||||
# 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.16
|
||||
FROM alpine:3.17
|
||||
|
||||
# 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.16
|
||||
FROM alpine:3.17
|
||||
|
||||
# 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.16
|
||||
FROM alpine:3.17
|
||||
|
||||
# 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.16",
|
||||
"alpine": "3.17",
|
||||
"bullseye": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -18,7 +18,7 @@
|
||||
"version": "11.18"
|
||||
},
|
||||
"12": {
|
||||
"alpine": "3.16",
|
||||
"alpine": "3.17",
|
||||
"bullseye": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -36,7 +36,7 @@
|
||||
"version": "12.13"
|
||||
},
|
||||
"13": {
|
||||
"alpine": "3.16",
|
||||
"alpine": "3.17",
|
||||
"bullseye": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -54,7 +54,7 @@
|
||||
"version": "13.9"
|
||||
},
|
||||
"14": {
|
||||
"alpine": "3.16",
|
||||
"alpine": "3.17",
|
||||
"bullseye": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
@ -72,7 +72,7 @@
|
||||
"version": "14.6"
|
||||
},
|
||||
"15": {
|
||||
"alpine": "3.16",
|
||||
"alpine": "3.17",
|
||||
"bullseye": {
|
||||
"arches": [
|
||||
"amd64",
|
||||
|
@ -9,7 +9,7 @@ declare -A debianSuites=(
|
||||
allDebianSuites=(
|
||||
bullseye
|
||||
)
|
||||
defaultAlpineVersion='3.16'
|
||||
defaultAlpineVersion='3.17'
|
||||
declare -A alpineVersions=(
|
||||
#[14]='3.16'
|
||||
)
|
||||
|
Reference in New Issue
Block a user