1
0
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:
Wolfgang Walther
2022-11-30 17:06:26 +01:00
parent 9e5ad3050b
commit a0d95cc7bb
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.
#
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
View File

@ -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
View File

@ -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
View File

@ -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
View File

@ -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

View File

@ -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",

View File

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