From 3ee45dc60734c1722eb2bb69220ae9e72a4ec5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 5 Oct 2021 08:31:40 +0200 Subject: [PATCH] Update containers/zammad/Dockerfile --- containers/zammad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/zammad/Dockerfile b/containers/zammad/Dockerfile index d52e98e..d599e1b 100644 --- a/containers/zammad/Dockerfile +++ b/containers/zammad/Dockerfile @@ -24,7 +24,7 @@ RUN chmod +x /tmp/setup.sh; \ /tmp/setup.sh builder -FROM ruby:2.7.3-slim +FROM ruby:2.7.4-slim ARG BUILD_DATE ARG DEBIAN_FRONTEND=noninteractive