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

Update to alpine:3.10
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Joe Groocock 2020-01-08 19:36:58 +00:00
parent 42dc788197
commit c936978f39
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ def main(ctx):
return [
step("3.8"),
step("3.9"),
step("3.10",["latest"]),
step("3.10"),
step("3.11",["latest"]),
step("edge"),
]

View File

@ -1,4 +1,4 @@
ARG ALPINE_TAG=3.10
ARG ALPINE_TAG=3.11
FROM alpine:$ALPINE_TAG