1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-26 23:21:10 +03:00

Alpine 3.16

This commit is contained in:
J0WI
2022-05-24 19:55:03 +02:00
parent 4ce532973d
commit 1ae967e643
8 changed files with 14 additions and 14 deletions

2
10/alpine/Dockerfile generated
View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.15
FROM alpine:3.16
# 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
11/alpine/Dockerfile generated
View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.15
FROM alpine:3.16
# 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.15
FROM alpine:3.16
# 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.15
FROM alpine:3.16
# 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.15
FROM alpine:3.16
# 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.15
FROM alpine:3.16
# 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 @@
{
"10": {
"alpine": "3.15",
"alpine": "3.16",
"bullseye": {
"arches": [
"amd64",
@ -27,7 +27,7 @@
"version": "10.21"
},
"11": {
"alpine": "3.15",
"alpine": "3.16",
"bullseye": {
"arches": [
"amd64",
@ -54,7 +54,7 @@
"version": "11.16"
},
"12": {
"alpine": "3.15",
"alpine": "3.16",
"bullseye": {
"arches": [
"amd64",
@ -72,7 +72,7 @@
"version": "12.11"
},
"13": {
"alpine": "3.15",
"alpine": "3.16",
"bullseye": {
"arches": [
"amd64",
@ -90,7 +90,7 @@
"version": "13.7"
},
"14": {
"alpine": "3.15",
"alpine": "3.16",
"bullseye": {
"arches": [
"amd64",
@ -108,7 +108,7 @@
"version": "14.3"
},
"15": {
"alpine": "3.15",
"alpine": "3.16",
"bullseye": {
"arches": [
"amd64",

View File

@ -11,9 +11,9 @@ allDebianSuites=(
bullseye
stretch
)
defaultAlpineVersion='3.15'
defaultAlpineVersion='3.16'
declare -A alpineVersions=(
#[14]='3.15'
#[14]='3.16'
)
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"