Skip to content

Commit 23e7b48

Browse files
committed
updating devcontainers
1 parent 317113b commit 23e7b48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
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.154.2/containers/ruby/.devcontainer/base.Dockerfile
22

33
# [Choice] Ruby version: 2, 2.7, 2.6, 2.5
4-
ARG VARIANT="2.7"
4+
ARG VARIANT="3.1"
55
FROM mcr.microsoft.com/vscode/devcontainers/ruby:0-${VARIANT}
66

77
# [Option] Install Node.js

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dockerfile": "Dockerfile",
77
"args": {
88
// Update 'VARIANT' to pick a Ruby version: 2, 2.7, 2.6, 2.5
9-
"VARIANT": "2.5",
9+
"VARIANT": "3.1",
1010
// Options
1111
"INSTALL_NODE": "false",
1212
"NODE_VERSION": "lts/*"

0 commit comments

Comments
 (0)