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 59f3150 commit 292a585Copy full SHA for 292a585
.github/workflows/docker.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-24.04
12
env:
13
DOCKER_REPO: ghcr.io/${{ github.repository }}
14
- RUBY_VERSION: 3.4.6
+ RUBY_VERSION: 3.4.7
15
NODE_VERSION: 22.20.0
16
steps:
17
- uses: actions/checkout@v4
Dockerfile
@@ -1,5 +1,5 @@
1
-# This Dockerfile is designed for running the CI of Ruby on Rails projects
2
-ARG RUBY_VERSION=3.4.6
+7 This Dockerfile is designed for running the CI of Ruby on Rails projects
+ARG RUBY_VERSION=3.4.7
3
FROM docker.io/library/ruby:$RUBY_VERSION
4
5
RUN apt-get update -qq && \
0 commit comments