We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d835345 commit c338381Copy full SHA for c338381
.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/ruby/.devcontainer/base.Dockerfile
2
3
-# [Choice] Ruby version: 3, 3.4, 3.3, 3.2, 3.1, 3.0, 2, 2.7, 2.6
+# [Choice] Ruby version: 3.4, 3.3, 3.2
4
ARG VARIANT="3.4.1 "
5
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
6
0 commit comments