Skip to content

Commit c338381

Browse files
Removed unsupported choice options from comment
1 parent d835345 commit c338381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/ruby/.devcontainer/base.Dockerfile
22

3-
# [Choice] Ruby version: 3, 3.4, 3.3, 3.2, 3.1, 3.0, 2, 2.7, 2.6
3+
# [Choice] Ruby version: 3.4, 3.3, 3.2
44
ARG VARIANT="3.4.1 "
55
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
66

0 commit comments

Comments
 (0)