Skip to content

Commit 80a1810

Browse files
authored
Merge pull request #366 from jnoordsij/update-alpine-3.16
Update to Alpine 3.16
2 parents a7acc6e + ca3e8c6 commit 80a1810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"20.10": {
3-
"alpine": "3.15",
3+
"alpine": "3.16",
44
"arches": {
55
"amd64": {
66
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-20.10.16.tgz",

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -Eeuo pipefail
33

44
declare -A alpineVersion=(
5-
[20.10]='3.15'
5+
[20.10]='3.16'
66
)
77

88
# bashbrew arch to docker-release-arch

0 commit comments

Comments
 (0)