From 24b754805151d1c079649d831c0573fe600cd25b Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 21 Jan 2021 11:59:11 +0800 Subject: [PATCH] Bumped to use Alpine Linux 3.13.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 127faf6..aab9d13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.13 LABEL maintainer="Jonathan Ervine "