2
0
mirror of https://github.com/spritsail/alpine.git synced 2024-12-20 11:34:36 +00:00

Update to alpine:3.21

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2024-12-08 00:32:47 +00:00
parent b1b46fb469
commit ea70eddebd
Signed by: frebib
GPG Key ID: A5571FCDC53ADDE6
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ repo = "spritsail/alpine"
archs = ["amd64", "arm64"]
branches = ["master"]
versions = {
"3.19": [],
"3.20": ["latest"],
"3.20": [],
"3.21": ["latest"],
"edge": [],
}

View File

@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.19
ARG ALPINE_TAG=3.21
FROM alpine:$ALPINE_TAG