8000 Update to alpine 3.20 · docker-library/postgres@930acaf · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 930acaf

Browse files
committed
Update to alpine 3.20
1 parent d08757c commit 930acaf

17 files changed

+21
-21
lines changed

12/alpine3.18/Dockerfile renamed to 12/alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

13/alpine3.18/Dockerfile renamed to 13/alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

14/alpine3.18/Dockerfile renamed to 14/alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

15/alpine3.18/Dockerfile renamed to 15/alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

16/alpine3.18/Dockerfile renamed to 16/alpine3.20/Dockerfile

Lines changed: 1 addition & 1 deletion

versions.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"12": {
3-
"alpine": "3.19",
3+
"alpine": "3.20",
44
"bookworm": {
55
"arches": [
66
"amd64",
@@ -25,13 +25,13 @@
2525
"variants": [
2626
"bookworm",
2727
"bullseye",
28-
"alpine3.19",
29-
"alpine3.18"
28+
"alpine3.20",
29+
"alpine3.19"
3030
],
3131
"version": "12.19"
3232
},
3333
"13": {
34-
"alpine": "3.19",
34+
"alpine": "3.20",
3535
"bookworm": {
3636
"arches": [
3737
"amd64",
@@ -56,13 +56,13 @@
5656
"variants": [
5757
"bookworm",
5858
"bullseye",
59-
"alpine3.19",
60-
"alpine3.18"
59+
"alpine3.20",
60+
"alpine3.19"
6161
],
6262
"version": "13.15"
6363
},
6464
"14": {
65-
"alpine": "3.19",
65+
"alpine": "3.20",
6666
"bookworm": {
6767
"arches": [
6868
"amd64",
@@ -87,13 +87,13 @@
8787
"variants": [
8888
"bookworm",
8989
"bullseye",
90-
"alpine3.19",
91-
"alpine3.18"
90+
"alpine3.20",
91+
"alpine3.19"
9292
],
9393
"version": "14.12"
9494
},
9595
"15": {
96-
"alpine": "3.19",
96+
"alpine": "3.20",
9797
"bookworm": {
9898
"arches": [
9999
"amd64",
@@ -118,13 +118,13 @@
118118
"variants": [
119119
"bookworm",
120120
"bullseye",
121-
"alpine3.19",
122-
"alpine3.18"
121+
"alpine3.20",
122+
"alpine3.19"
123123
],
124124
"version": "15.7"
125125
},
126126
"16": {
127-
"alpine": "3.19",
127+
"alpine": "3.20",
128128
"bookworm": {
129129
"arches": [
130130
"amd64",
@@ -149,8 +149,8 @@
149149
"variants": [
150150
"bookworm",
151151
"bullseye",
152-
"alpine3.19",
153-
"alpine3.18"
152+
"alpine3.20",
153+
"alpine3.19"
154154
],
155155
"version": " 8A32 16.3"
156156
}

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ supportedDebianSuites=(
77
bullseye
88
)
99
supportedAlpineVersions=(
10+
3.20
1011
3.19
11-
3.18
1212
)
1313
defaultDebianSuite="${supportedDebianSuites[0]}"
1414
declare -A debianSuites=(

0 commit comments

Comments
 (0)
0