Update docker image (#455)

For some reason despite specifying ruby 3.1 it was updated to 3.3. This
updates everything to 3.3.

Co-authored-by: Hendrik Kleinwaechter <hendricius@hendricius.fritz.box>
This commit is contained in:
Hendrik Kleinwaechter
2025-02-23 13:56:25 +01:00
committed by GitHub
parent 227740c5eb
commit 09e6e57bcc
3 changed files with 7 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update && \
zip \
git \
wget \
ruby3.1 \
ruby3.3 \
ruby-dev \
imagemagick \
rsync \