mirror of
https://github.com/spritsail/alpine.git
synced 2026-05-08 10:29:00 +00:00
+2
-4
@@ -1,9 +1,7 @@
|
||||
def main(ctx):
|
||||
return [
|
||||
step("3.12"),
|
||||
step("3.13"),
|
||||
step("3.14"),
|
||||
step("3.15",["latest"]),
|
||||
step("3.15"),
|
||||
step("3.16",["latest"]),
|
||||
step("edge"),
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
ARG ALPINE_TAG=3.15
|
||||
ARG ALPINE_TAG=3.16
|
||||
|
||||
FROM alpine:$ALPINE_TAG
|
||||
|
||||
|
||||
Reference in New Issue
Block a user