From c3a7fbbcdfafc4835196346822b1671a56edb0a0 Mon Sep 17 00:00:00 2001 From: Alex Sorokoletov Date: Wed, 10 Jan 2024 01:19:57 -0500 Subject: [PATCH] chore: bump ruby version so gitlab can pull the image (caching it for too long) --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d93fa50..b4c1ecf 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -7,7 +7,7 @@ on: - pre env: - RUBY_VERSION: '3.0' # Define the Ruby version here + RUBY_VERSION: '3.0.6' # Define the Ruby version here jobs: build-and-push: