Merge pull request #52293 from akhilgkrishnan/upgrade-ruby-variant-devcontainer

Upgrade devcontainer to use ruby 3.3.4
This commit is contained in:
Yasuo Honda 2024-07-10 07:56:33 +09:00 committed by GitHub
commit ef087627f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,7 @@
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/ruby/.devcontainer/base.Dockerfile
# [Choice] Ruby version: 3, 3.3, 3.2, 3.1, 3.0, 2, 2.7, 2.6
ARG VARIANT="3.3.2"
ARG VARIANT="3.3.4"
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
# [Optional] Uncomment this section to install additional OS packages.