From 9f79620f9e03d7d3b102d62397f79f569fa67f56 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Tue, 22 Sep 2020 13:42:13 +0200 Subject: [PATCH] Maintenance: Updated ruby dependency from 2.6.5 to 2.6.6. --- containers/zammad/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/zammad/Dockerfile b/containers/zammad/Dockerfile index a78dd59..d7992d2 100644 --- a/containers/zammad/Dockerfile +++ b/containers/zammad/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.5-slim AS builder +FROM ruby:2.6.6-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 install -FROM ruby:2.6.5-slim +FROM ruby:2.6.6-slim ARG BUILD_DATE ARG DEBIAN_FRONTEND=noninteractive