Skip to content

Commit 1b4c73e

Browse files
authored
Merge pull request rails#53554 from adityapandit17/devcontainer-ruby-3.3.6-update
Update devcontainer to use new ruby 3.3.6 version
2 parents 9821256 + 13cd245 commit 1b4c73e

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,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

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

77
# [Optional] Uncomment this section to install additional OS packages.

0 commit comments

Comments
 (0)