commit
3eaa83fe3e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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")")"
|
||||
|
|
|
|||
Loading…
Reference in New Issue