From 64f7ecefd4ec91677d51483f30bcc9e36b00ca8c Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Thu, 26 Jun 2025 00:14:28 +0000 Subject: [PATCH] chore(deps): update ruby docker tag to v3 --- .github/workflows/test.yml | 2 +- Dockerfile-bundle-base | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a19fb6..9b899c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"] + ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3", "3.4"] os: ["ubuntu-latest","windows-latest","macos-latest"] steps: - uses: actions/checkout@v4 diff --git a/Dockerfile-bundle-base b/Dockerfile-bundle-base index d0ad200..89cb075 100644 --- a/Dockerfile-bundle-base +++ b/Dockerfile-bundle-base @@ -1,4 +1,4 @@ -FROM ruby:2.7.8-alpine +FROM ruby:3.4.4-alpine # Installation path ENV HOME=/app