Skip to content

Commit 82d8dff

Browse files
justin808claude
andcommitted
Fix Dockerfile Ruby version to match Gemfile and .ruby-version
Update Ruby version in Dockerfile from 3.4.6 to 3.4.3 to match the version specified in both Gemfile and .ruby-version files. This resolves the Docker build failure where bundler was complaining about the Ruby version mismatch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 43925fa commit 82d8dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.controlplane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
2-
ARG RUBY_VERSION=3.4.6
2+
ARG RUBY_VERSION=3.4.3
33
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
44

55
# Current commit hash environment variable

0 commit comments

Comments
 (0)