mirror of
https://github.com/spritsail/alpine.git
synced 2024-12-20 11:34:36 +00:00
Update to alpine:3.19
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
735a1de6ca
commit
4b67afe49d
@ -2,9 +2,9 @@ repo = "spritsail/alpine"
|
|||||||
archs = ["amd64", "arm64"]
|
archs = ["amd64", "arm64"]
|
||||||
branches = ["master"]
|
branches = ["master"]
|
||||||
versions = {
|
versions = {
|
||||||
"3.16": [],
|
|
||||||
"3.17": [],
|
"3.17": [],
|
||||||
"3.18": ["latest"],
|
"3.18": [],
|
||||||
|
"3.19": ["latest"],
|
||||||
"edge": [],
|
"edge": [],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG ALPINE_TAG=3.18
|
ARG ALPINE_TAG=3.19
|
||||||
|
|
||||||
FROM alpine:$ALPINE_TAG
|
FROM alpine:$ALPINE_TAG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user