Changed Ruby dependency to 2.7.3.

This commit is contained in:
Martin Gruner 2021-06-24 10:12:08 +02:00
parent e4d5511a1d
commit 26a23b129f

View File

@ -1,4 +1,4 @@
FROM ruby:2.6.6-slim AS builder
FROM ruby:2.7.3-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.7.3-slim
ARG BUILD_DATE
ARG DEBIAN_FRONTEND=noninteractive