From f76919bf2d6642fd28342b31b508fb6da1e8bed3 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Sun, 6 Jun 2021 12:34:27 +0300 Subject: [PATCH] fix registry url typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b89067a..aca57ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registy.fedy95.com/baseimage-autossl:latest +FROM registry.fedy95.com/baseimage-autossl:latest ARG DOMAIN ARG GD_Key