We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e04ee commit 6b87416Copy full SHA for 6b87416
test/Dockerfile-test
@@ -2,7 +2,7 @@
2
FROM gcr.io/broad-singlecellportal-staging/single-cell-portal:development
3
4
# Set ruby version as this may have changed
5
-RUN bash -lc 'rvm --default use ruby-3.2.2'
+RUN bash -lc 'rvm --default use ruby-3.4.2'
6
RUN bash -lc 'rvm rvmrc warning ignore /home/app/webapp/Gemfile'
7
8
# run any gem/package updates that may have been introduced by this PR
0 commit comments