Skip to content

Commit d322d0b

Browse files
authored
Merge pull request #90 from code0-tech/update-ruby-version
Update ruby to 3.4.7
2 parents 85556f1 + e5f0456 commit d322d0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
tag_suffix: '-node-24.8'
2727
args: '--build-arg NODE_VERSION=24.8.0'
2828
- image: reticulum-builder
29-
tag_suffix: '-ruby-3.2.2'
30-
args: '--build-arg RUBY_VERSION=3.2.2'
29+
tag_suffix: '-ruby-3.4.7'
30+
args: '--build-arg RUBY_VERSION=3.4.7'
3131
- image: ruby-postgres
32-
tag_suffix: '-ruby-3.2.2-postgres-16.1'
33-
args: '--build-arg RUBY_VERSION=3.2.2 --build-arg POSTGRES_VERSION=16.1'
32+
tag_suffix: '-ruby-3.4.7-postgres-16.1'
33+
args: '--build-arg RUBY_VERSION=3.4.7 --build-arg POSTGRES_VERSION=16.1'
3434
- image: telescopium-lint
3535
tag_suffix: ''
3636

0 commit comments

Comments
 (0)