From 8fbe72d9b170523848d79c1a5303cfb9bce8b576 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 12 Jul 2022 19:40:00 +0200 Subject: [PATCH] update base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e33865c..e2f6320 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM thallian/confd-env:latest +FROM thallian/confd-env:3.16 RUN apk add --no-cache \ murmur \