Skip to content

Commit

Permalink
Make Ruby 3.1 the default on docker's environment setup
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
waiting-for-dev committed May 3, 2022
1 parent 0e410a5 commit 8ef1e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
context: .dockerdev
dockerfile: Dockerfile
args:
RUBY_VERSION: "2.7.4"
RUBY_VERSION: "3.1"
PG_VERSION: 13
NODE_VERSION: 14
MYSQL_VERSION: "8.0"
Expand Down

0 comments on commit 8ef1e71

Please sign in to comment.