From 95121fadf96d51161ce221ac7cae4642e89f32cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Sun, 4 Feb 2018 16:42:22 +0100 Subject: [PATCH] updated ruby to 2.4.2 --- containers/zammad/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/zammad/Dockerfile b/containers/zammad/Dockerfile index 6106487..e2bbe63 100644 --- a/containers/zammad/Dockerfile +++ b/containers/zammad/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.4.1-slim +FROM ruby:2.4.2-slim MAINTAINER Zammad ARG BUILD_DATE