From bc47b87afe54ad93f85fe34f2286877a00b6ba26 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 19 Dec 2023 18:11:38 +0100 Subject: [PATCH] use FQDN for base image --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index b03da6a..50b224f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM thallian/confd-env:3.19-3.1.6.2 +FROM docker.io/thallian/confd-env:3.19-3.1.6.2 RUN apk add --no-cache \ murmur \