From 08832576cb8a249ab1b6c54c3c1a4c0f8c84c15a Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 9 Nov 2020 11:01:48 +0800 Subject: [PATCH] Fixed image source --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bd9813..baf22d0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/library/x86_64/alpine:v3.12 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 LABEL "Maintainer Jonathan Ervine " # Install updates