Skip to content

Commit

Permalink
Update the image's devcontainer to not specify a version for the ruby…
Browse files Browse the repository at this point in the history
… feature

We always want to build the image with the latest version of the feature. This saves us from having to remember to update it and potentially building it with an outdated version.
  • Loading branch information
andrewn617 committed Mar 28, 2024
1 parent 1fd391b commit 9a21d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ruby/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": "latest",
"ppa": "false"
},
"ghcr.io/rails/devcontainer/features/ruby:0.2.0": {
"ghcr.io/rails/devcontainer/features/ruby": {
"version": "${localEnv:RUBY_VERSION}"
}
},
Expand Down

0 comments on commit 9a21d08

Please sign in to comment.