Skip to content

Commit

Permalink
set docker ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshedney committed Dec 31, 2024
1 parent dd59181 commit 10f6e43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bugsnag-maze-runner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'ffi', '1.16.3'
end

spec.add_dependency 'cucumber', '~> 8.0'
spec.add_dependency 'cucumber', '~> 7.1'
spec.add_dependency 'os', '~> 1.0.0'
spec.add_dependency 'test-unit', '~> 3.5.2'
spec.add_dependency 'rack', '~> 2.2'
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.ci-ruby-3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ruby image are based on Debian
FROM ruby:3-bullseye as ci-ruby-3
FROM ruby:3.3.3-bullseye as ci-ruby-3

RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
apt-get install -y apt-utils wget unzip bash bundler \
Expand Down

0 comments on commit 10f6e43

Please sign in to comment.