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