Upgrade devcontainer to use ruby 3.3.4

This commit is contained in:
Akhil G Krishnan 2024-07-09 10:25:16 +05:30
parent 16f1222753
commit aa10d79bce

@ -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.