Update to alpine:3.19

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
2024-01-13 00:33:35 +00:00
parent 735a1de6ca
commit 4b67afe49d
2 changed files with 3 additions and 3 deletions

@ -2,9 +2,9 @@ repo = "spritsail/alpine"
archs = ["amd64", "arm64"]
branches = ["master"]
versions = {
"3.16": [],
"3.17": [],
"3.18": ["latest"],
"3.18": [],
"3.19": ["latest"],
"edge": [],
}