Skip to content

Commit

Permalink
Merge pull request #128 from actions/bump-ruby
Browse files Browse the repository at this point in the history
Update Ruby to 3.3
  • Loading branch information
yoannchaudet authored Aug 6, 2024
2 parents 7fdbc0d + b55ba67 commit e68e997
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,4 +1,4 @@
ARG RUBY_VERSION=3.2.2
ARG RUBY_VERSION=3.3
FROM ruby:$RUBY_VERSION-slim

RUN apt-get update \
Expand Down

0 comments on commit e68e997

Please sign in to comment.