Raise Docker to ruby2.5.5 (#107)

This will address issue ä106
This commit is contained in:
Marcel 2019-07-10 15:42:54 +02:00 committed by André Bauer
parent cb8b631d5e
commit 6c82bf25bb

View File

@ -1,4 +1,4 @@
FROM ruby:2.4.4-slim AS builder FROM ruby:2.5.5-slim AS builder
# note: zammad is currently incompatible to alpine because of: # note: zammad is currently incompatible to alpine because of:
# https://github.com/docker-library/ruby/issues/113 # https://github.com/docker-library/ruby/issues/113
@ -23,7 +23,7 @@ RUN chmod +x /tmp/setup.sh; \
/tmp/setup.sh install /tmp/setup.sh install
FROM ruby:2.4.4-slim FROM ruby:2.5.5-slim
MAINTAINER Zammad <info@zammad.org> MAINTAINER Zammad <info@zammad.org>
ARG BUILD_DATE ARG BUILD_DATE