2
0
mirror of https://github.com/spritsail/alpine.git synced 2024-07-06 05:36:12 +00:00

Update to alpine:3.18

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2023-05-23 09:07:20 +00:00
parent f8c0652bbc
commit 735a1de6ca
Signed by: frebib
GPG Key ID: A5571FCDC53ADDE6
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.17
ARG ALPINE_TAG=3.18
FROM alpine:$ALPINE_TAG