From 513bc158bafec67d4295ba31a96093ac7a61ad0b Mon Sep 17 00:00:00 2001 From: Pavel Dvoinos Date: Tue, 21 Sep 2021 15:43:15 +0300 Subject: [PATCH] change docker.tw.ee - docker-hub.tw.ee --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20831bc..bd8d74a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM docker.tw.ee/alpine:3.10 +FROM docker-hub.tw.ee/alpine:3.10 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh