Skip to content

Commit

Permalink
Merge pull request #944 from cucumber/renovate/ruby-3.x
Browse files Browse the repository at this point in the history
Update ruby Docker tag to v3.4
  • Loading branch information
renovate[bot] authored Dec 27, 2024
2 parents 9194432 + e22ec46 commit 89534da
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
Expand Up @@ -13,7 +13,7 @@
# The `-v $PWD:/aruba` will make the container pick up any changes to the
# code, so you can edit and re-run the tests.

FROM ruby:3.3
FROM ruby:3.4

# Create aruba user
RUN useradd -m -s /bin/bash aruba
Expand Down

0 comments on commit 89534da

Please sign in to comment.