Maintenance: Switch to Ruby 3.0.4.

This commit is contained in:
Martin Gruner 2022-04-28 09:52:28 +02:00
parent 6f0adf0941
commit 08e4c7c5ff
No known key found for this signature in database
GPG Key ID: 1F24F3A68E149925

View File

@ -1,6 +1,6 @@
# note: zammad is currently incompatible to alpine because of:
# https://github.com/docker-library/ruby/issues/113
FROM ruby:3.0.3-slim AS builder
FROM ruby:3.0.4-slim AS builder
ARG BUILD_DATE
ARG DEBIAN_FRONTEND=noninteractive
@ -24,7 +24,7 @@ RUN chmod +x /tmp/setup.sh; \
/tmp/setup.sh builder
FROM ruby:3.0.3-slim
FROM ruby:3.0.4-slim
ARG BUILD_DATE
ARG DEBIAN_FRONTEND=noninteractive