From 09e6e57bccf32d4b0a6709fbac7adcc07ce32e07 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Sun, 23 Feb 2025 13:56:25 +0100 Subject: [PATCH] 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 --- Dockerfile | 2 +- website/.ruby-version | 2 +- website/Gemfile.lock | 11 +++++------ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index dcf99bb..74db6b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && \ zip \ git \ wget \ - ruby3.1 \ + ruby3.3 \ ruby-dev \ imagemagick \ rsync \ diff --git a/website/.ruby-version b/website/.ruby-version index ef538c2..86fb650 100644 --- a/website/.ruby-version +++ b/website/.ruby-version @@ -1 +1 @@ -3.1.2 +3.3.7 diff --git a/website/Gemfile.lock b/website/Gemfile.lock index 3816671..f4fa220 100644 --- a/website/Gemfile.lock +++ b/website/Gemfile.lock @@ -3,11 +3,9 @@ GEM specs: coderay (1.1.3) method_source (1.0.0) - nokogiri (1.15.3-arm64-darwin) - racc (~> 1.4) - nokogiri (1.15.3-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.3-x86_64-linux) + mini_portile2 (2.8.8) + nokogiri (1.15.3) + mini_portile2 (~> 2.8.2) racc (~> 1.4) pry (0.14.2) coderay (~> 1.1) @@ -16,6 +14,7 @@ GEM PLATFORMS arm64-darwin-22 + arm64-darwin-24 x86_64-darwin-22 x86_64-linux @@ -24,7 +23,7 @@ DEPENDENCIES pry RUBY VERSION - ruby 3.1.2p20 + ruby 3.3.7p123 BUNDLED WITH 2.4.12