2
0
mirror of https://github.com/spritsail/alpine.git synced 2026-02-07 14:36:42 +00:00

alpine 3.23

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2026-01-25 17:39:27 +00:00
parent 58a253d336
commit 190bfcf8a7
2 changed files with 3 additions and 3 deletions

View File

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

View File

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