We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d3afb commit 80f4707Copy full SHA for 80f4707
.controlplane/Dockerfile
@@ -1,4 +1,4 @@
1
-# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
+# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile and actions.yml
2
ARG RUBY_VERSION=3.1.2
3
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
4
.github/actions/deploy-to-control-plane/action.yml
@@ -19,7 +19,7 @@ runs:
19
- name: Set up Ruby
20
uses: ruby/setup-ruby@v1
21
with:
22
- ruby-version: '3.2' # Specify your Ruby version here
+ ruby-version: '3.1.2' # Specify your Ruby version here
23
24
- name: Install Control Plane CLI
25
shell: bash
0 commit comments