forked from spritsail/alpine
Update to alpine:3.10
This commit is contained in:
parent
42dc788197
commit
c936978f39
@ -2,7 +2,8 @@ def main(ctx):
|
|||||||
return [
|
return [
|
||||||
step("3.8"),
|
step("3.8"),
|
||||||
step("3.9"),
|
step("3.9"),
|
||||||
step("3.10",["latest"]),
|
step("3.10"),
|
||||||
|
step("3.11",["latest"]),
|
||||||
step("edge"),
|
step("edge"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG ALPINE_TAG=3.10
|
ARG ALPINE_TAG=3.11
|
||||||
|
|
||||||
FROM alpine:$ALPINE_TAG
|
FROM alpine:$ALPINE_TAG
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user