From 6a50f2baaac63d27220aa188d7154332452df303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com> Date: Sat, 20 Aug 2022 23:00:35 +0200 Subject: [PATCH] Fix CI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e01fe2..aaf18a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:latest +FROM docker.io/nginx:latest COPY prez.html /usr/share/nginx/html/index.html -- GitLab