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 \ zip \
git \ git \
wget \ wget \
ruby3.1 \ ruby3.3 \
ruby-dev \ ruby-dev \
imagemagick \ imagemagick \
rsync \ rsync \

View File

@@ -1 +1 @@
3.1.2 3.3.7

View File

@@ -3,11 +3,9 @@ GEM
specs: specs:
coderay (1.1.3) coderay (1.1.3)
method_source (1.0.0) method_source (1.0.0)
nokogiri (1.15.3-arm64-darwin) mini_portile2 (2.8.8)
racc (~> 1.4) nokogiri (1.15.3)
nokogiri (1.15.3-x86_64-darwin) mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
pry (0.14.2) pry (0.14.2)
coderay (~> 1.1) coderay (~> 1.1)
@@ -16,6 +14,7 @@ GEM
PLATFORMS PLATFORMS
arm64-darwin-22 arm64-darwin-22
arm64-darwin-24
x86_64-darwin-22 x86_64-darwin-22
x86_64-linux x86_64-linux
@@ -24,7 +23,7 @@ DEPENDENCIES
pry pry
RUBY VERSION RUBY VERSION
ruby 3.1.2p20 ruby 3.3.7p123
BUNDLED WITH BUNDLED WITH
2.4.12 2.4.12