From 3a6bc534314a5fd7cbeb5d0955738ebeca1181b2 Mon Sep 17 00:00:00 2001 From: Azer Abdullaev Date: Wed, 3 Feb 2021 16:37:54 +0100 Subject: [PATCH] Wrong hostname! --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5451fad..6a945a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM https://hub.docker.io/alpine:latest +FROM hub.docker.com/alpine:latest RUN apk add --no-cache bash