From 45f0a822b4e5d591029cb2fb03255b59d77efc88 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 21 Jan 2021 11:42:43 +0800 Subject: [PATCH] Bumped to Alpine Linux 3.13.0 --- Dockerfile | 2 +- start.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 start.sh diff --git a/Dockerfile b/Dockerfile index 59a6287..524eee0 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 " diff --git a/start.sh b/start.sh old mode 100755 new mode 100644