Maintenance: Ruby updated to 2.6.8 (#227)

This commit is contained in:
Mantas Masalskis 2021-08-11 15:52:57 +03:00 committed by GitHub
parent 3866262aa5
commit a5ab85d651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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