From 5099152ad5e65dc41cb9464d9e4ff7cc7b171975 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 27 Jun 2019 01:54:02 +0200 Subject: [PATCH] update to 3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eaf457f..7861324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine as build ARG VERSION -ENV ALPINE_SERIES 3.9 +ENV ALPINE_SERIES 3.10 ENV ALPINE_MIRROR https://uk.alpinelinux.org/alpine/v${ALPINE_SERIES} ENV ALPINE_ARCH x86_64