Skip to content

Commit 9a21d08

Browse files
committed
Update the image's devcontainer to not specify a version for the ruby 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.
1 parent 1fd391b commit 9a21d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/ruby/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": "latest",
1616
"ppa": "false"
1717
},
18-
"ghcr.io/rails/devcontainer/features/ruby:0.2.0": {
18+
"ghcr.io/rails/devcontainer/features/ruby": {
1919
"version": "${localEnv:RUBY_VERSION}"
2020
}
2121
},

0 commit comments

Comments
 (0)