2
0
mirror of https://github.com/spritsail/alpine.git synced 2025-06-12 06:21:11 +00:00

alpine 3.22

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2025-06-01 17:46:25 +00:00
parent f987f60fff
commit 58a253d336
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.20": [],
"3.21": ["latest"],
"3.21": [],
"3.22": ["latest"],
"edge": [],
}

View File

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