Skip to content

Commit f4ef4a5

Browse files
committed
Use Ruby 3.3 in the devcontainer
1 parent 9a5c680 commit f4ef4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.0, 2, 2.7, 2.6
4-
ARG VARIANT="3"
3+
# [Choice] Ruby version: 3, 3.3, 3.2, 3.1, 3.0, 2, 2.7, 2.6
4+
ARG VARIANT="3.3"
55
FROM mcr.microsoft.com/devcontainers/ruby:${VARIANT}
66

77
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10

0 commit comments

Comments
 (0)