Skip to content

Commit 5645fda

Browse files
authored
Merge pull request #290 from Hades32/alpine-3.13
update to alpine 3.13
2 parents 72ed002 + a2c3530 commit 5645fda

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

19.03-rc/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.

19.03/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.

20.10-rc/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.

20.10/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.

versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"19.03": {
3-
"alpine": "3.12",
3+
"alpine": "3.13",
44
"arches": {
55
"amd64": {
66
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-19.03.14.tgz",
@@ -26,7 +26,7 @@
2626
"version": "19.03.14"
2727
},
2828
"19.03-rc": {
29-
"alpine": "3.12",
29+
"alpine": "3.13",
3030
"arches": {
3131
"amd64": {
3232
"dockerUrl": "https://download.docker.com/linux/static/test/x86_64/docker-19.03.13-beta2.tgz",
@@ -52,7 +52,7 @@
5252
"version": "19.03.13-beta2"
5353
},
5454
"20.10": {
55-
"alpine": "3.12",
55+
"alpine": "3.13",
5656
"arches": {
5757
"amd64": {
5858
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-20.10.2.tgz",
@@ -78,7 +78,7 @@
7878
"version": "20.10.2"
7979
},
8080
"20.10-rc": {
81-
"alpine": "3.12",
81+
"alpine": "3.13",
8282
"arches": {
8383
"amd64": {
8484
"dockerUrl": "https://download.docker.com/linux/static/test/x86_64/docker-20.10.0-rc2.tgz",

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -Eeuo pipefail
33

4-
defaultAlpineVersion='3.12'
4+
defaultAlpineVersion='3.13'
55
declare -A alpineVersion=(
66
#[17.09]='3.6'
77
)

0 commit comments

Comments
 (0)