From a5ab85d6517e9d6c06d5889e36156e2ab70af290 Mon Sep 17 00:00:00 2001 From: Mantas Masalskis Date: Wed, 11 Aug 2021 15:52:57 +0300 Subject: [PATCH] Maintenance: Ruby updated to 2.6.8 (#227) --- containers/zammad/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/zammad/Dockerfile b/containers/zammad/Dockerfile index 0660c50..ef28b61 100644 --- a/containers/zammad/Dockerfile +++ b/containers/zammad/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.6-slim AS builder +FROM ruby:2.6.8-slim AS builder # note: zammad is currently incompatible to alpine because of: # https://github.com/docker-library/ruby/issues/113 @@ -24,7 +24,7 @@ RUN chmod +x /tmp/setup.sh; \ /tmp/setup.sh builder -FROM ruby:2.6.6-slim +FROM ruby:2.6.8-slim ARG BUILD_DATE ARG DEBIAN_FRONTEND=noninteractive