From c1017be91072db101d9876828ebf2161d65a041b Mon Sep 17 00:00:00 2001 From: Azer Abdullaev Date: Wed, 3 Feb 2021 16:46:41 +0100 Subject: [PATCH] Trying another path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a945a8..6939e65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM hub.docker.com/alpine:latest +FROM docker.io/library/alpine:latest RUN apk add --no-cache bash