From c936978f39e2394dd8aac7ce712c82eb0146fd3b Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Wed, 8 Jan 2020 19:36:58 +0000 Subject: [PATCH] Update to alpine:3.10 --- .drone.star | 3 ++- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index bcc2dea..535cfdc 100644 --- a/.drone.star +++ b/.drone.star @@ -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"), ] diff --git a/Dockerfile b/Dockerfile index f62a1d2..1066190 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_TAG=3.10 +ARG ALPINE_TAG=3.11 FROM alpine:$ALPINE_TAG