Skip to content

Commit b207ac5

Browse files
committed
update alpine to 3.14
Signed-off-by: Akihiro Suda <[email protected]>
1 parent f30c3dd commit b207ac5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"20.10": {
3-
"alpine": "3.13",
3+
"alpine": "3.14",
44
"arches": {
55
"amd64": {
66
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-20.10.8.tgz",
@@ -31,7 +31,7 @@
3131
"version": "20.10.8"
3232
},
3333
"20.10-rc": {
34-
"alpine": "3.13",
34+
"alpine": "3.14",
3535
"arches": {
3636
"amd64": {
3737
"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.13'
4+
defaultAlpineVersion='3.14'
55
declare -A alpineVersion=(
66
#[17.09]='3.6'
77
)

0 commit comments

Comments
 (0)