Skip to content

Commit

Permalink
Set Ruby version to 3.1.6 in Dockerfile
Browse files Browse the repository at this point in the history
Our Rails intergration tests run on a single version of Ruby so we
default to a compatible version.

When running our Ruby version tests the default is overridden.
  • Loading branch information
mec committed Jul 12, 2024
1 parent 52255b6 commit cfcfd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# We want to support older Rubies
ARG RUBY_VERSION=2.7.8
ARG RUBY_VERSION=3.1.6
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down

0 comments on commit cfcfd1f

Please sign in to comment.