From f68f76225f2034ca7273910661bc8f94e2783c74 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 20 Jun 2019 20:43:05 +0100 Subject: [PATCH] Update to alpine:3.10 --- .drone.yml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 96b0f89..ef8fc07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,8 +29,8 @@ pipeline: matrix: ALPINE_TAG: - - 3.6 - 3.7 - 3.8 - - 3.9,latest + - 3.9 + - 3.10,latest - edge diff --git a/Dockerfile b/Dockerfile index 85f05c7..f62a1d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ALPINE_TAG=3.9 +ARG ALPINE_TAG=3.10 FROM alpine:$ALPINE_TAG