Maintenance: Updated ruby dependency from 2.6.5 to 2.6.6.

This commit is contained in:
Thorsten Eckel 2020-09-22 13:42:13 +02:00 committed by Thorsten
parent d2e5fbb4a5
commit 9f79620f9e

View File

@ -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