From beb9834a0241b552a756b1d8d4e0d5e0d822f0a3 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Thu, 16 May 2024 11:32:53 +0200 Subject: [PATCH] Use notls container for development (#5) --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 777e332..373a14b 100644 --- a/Containerfile +++ b/Containerfile @@ -1,3 +1,3 @@ -FROM ghcr.io/gardenlinux/glvd-postgres:edge +FROM ghcr.io/gardenlinux/glvd-postgres:edgenontls COPY glvd.sql /docker-entrypoint-initdb.d/glvd.sql