We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7d775 commit 265c0f5Copy full SHA for 265c0f5
.github/workflows/main.yaml
@@ -61,7 +61,7 @@ jobs:
61
uses: ruby/setup-ruby@v1
62
with:
63
# Not needed with a .ruby-version file
64
- ruby-version: 3.3.1
+ ruby-version: 3.4.5
65
# runs 'bundle install' and caches installed gems automatically
66
bundler-cache: true
67
Test.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:3.3.1-alpine3.20
+FROM ruby:3.4.5-alpine3.20
2
3
# Prepare Docker image for Nokogiri
4
RUN apk add --update \
0 commit comments