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.
2 parents 85556f1 + e5f0456 commit d322d0bCopy full SHA for d322d0b
.github/workflows/build.yml
@@ -26,11 +26,11 @@ jobs:
26
tag_suffix: '-node-24.8'
27
args: '--build-arg NODE_VERSION=24.8.0'
28
- image: reticulum-builder
29
- tag_suffix: '-ruby-3.2.2'
30
- args: '--build-arg RUBY_VERSION=3.2.2'
+ tag_suffix: '-ruby-3.4.7'
+ args: '--build-arg RUBY_VERSION=3.4.7'
31
- 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'
+ tag_suffix: '-ruby-3.4.7-postgres-16.1'
+ args: '--build-arg RUBY_VERSION=3.4.7 --build-arg POSTGRES_VERSION=16.1'
34
- image: telescopium-lint
35
tag_suffix: ''
36
0 commit comments