Skip to content

Commit

Permalink
Merge pull request #919 from cucumber/renovate/ruby-3.x
Browse files Browse the repository at this point in the history
Update ruby Docker tag to v3.3
  • Loading branch information
mvz authored Dec 28, 2023
2 parents 639f0d6 + 6f7e145 commit 78bc930
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.2
FROM ruby:3.3

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

0 comments on commit 78bc930

Please sign in to comment.