Skip to content

Commit

Permalink
fix ruby version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eschults authored Oct 18, 2024
1 parent 132d06d commit 6dac11c
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 @@
FROM ruby:3.1.2
FROM ruby:3.3.5
LABEL maintainer="[email protected]"

# make the "en_US.UTF-8" locale so ruby will be utf-8 enabled by default
Expand Down

0 comments on commit 6dac11c

Please sign in to comment.