Skip to content

Commit 292a585

Browse files
committed
Update Ruby to 3.4.7
1 parent 59f3150 commit 292a585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
env:
1313
DOCKER_REPO: ghcr.io/${{ github.repository }}
14-
RUBY_VERSION: 3.4.6
14+
RUBY_VERSION: 3.4.7
1515
NODE_VERSION: 22.20.0
1616
steps:
1717
- uses: actions/checkout@v4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
7 This Dockerfile is designed for running the CI of Ruby on Rails projects
2+
ARG RUBY_VERSION=3.4.7
33
FROM docker.io/library/ruby:$RUBY_VERSION
44

55
RUN apt-get update -qq && \

0 commit comments

Comments
 (0)