mirror of
https://github.com/spritsail/alpine.git
synced 2025-06-13 06:31:12 +00:00
@ -2,8 +2,8 @@ repo = "spritsail/alpine"
|
|||||||
archs = ["amd64", "arm64"]
|
archs = ["amd64", "arm64"]
|
||||||
branches = ["master"]
|
branches = ["master"]
|
||||||
versions = {
|
versions = {
|
||||||
"3.20": [],
|
"3.21": [],
|
||||||
"3.21": ["latest"],
|
"3.22": ["latest"],
|
||||||
"edge": [],
|
"edge": [],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG ALPINE_TAG=3.21
|
ARG ALPINE_TAG=3.22
|
||||||
|
|
||||||
FROM alpine:$ALPINE_TAG
|
FROM alpine:$ALPINE_TAG
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user