mirror of
https://github.com/spritsail/alpine.git
synced 2024-12-20 11:34:36 +00:00
Update to alpine:3.14
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
d7d15ca14d
commit
f848ecae6f
@ -1,9 +1,9 @@
|
|||||||
def main(ctx):
|
def main(ctx):
|
||||||
return [
|
return [
|
||||||
step("3.10"),
|
|
||||||
step("3.11"),
|
step("3.11"),
|
||||||
step("3.12"),
|
step("3.12"),
|
||||||
step("3.13",["latest"]),
|
step("3.13"),
|
||||||
|
step("3.14",["latest"]),
|
||||||
step("edge"),
|
step("edge"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG ALPINE_TAG=3.13
|
ARG ALPINE_TAG=3.14
|
||||||
|
|
||||||
FROM alpine:$ALPINE_TAG
|
FROM alpine:$ALPINE_TAG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user