From 1e5d0c934eb0a33b6faf83026e11322965ed0d54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:55:21 +0000 Subject: [PATCH] chore(deps): update dependency ruby --- .github/workflows/jekyll-build.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jekyll-build.yml b/.github/workflows/jekyll-build.yml index e002f7ee..e92d32ad 100644 --- a/.github/workflows/jekyll-build.yml +++ b/.github/workflows/jekyll-build.yml @@ -182,7 +182,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0 with: - ruby-version: '3.3' + ruby-version: '3.4.9' - name: Install dependencies run: bundle install diff --git a/Dockerfile b/Dockerfile index db4c50d8..9066fb4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3-bookworm AS base +FROM ruby:3.4-bookworm AS base SHELL ["/bin/bash", "-o", "pipefail", "-c"]