diff --git a/.drone.star b/.drone.star index d95b2f9..26738dc 100644 --- a/.drone.star +++ b/.drone.star @@ -1,9 +1,9 @@ def main(ctx): return [ - step("3.10"), step("3.11"), step("3.12"), - step("3.13",["latest"]), + step("3.13"), + step("3.14",["latest"]), step("edge"), ] diff --git a/Dockerfile b/Dockerfile index e1b855f..170aa55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_TAG=3.13 +ARG ALPINE_TAG=3.14 FROM alpine:$ALPINE_TAG