Upgrade devcontainer to use ruby 3.3.2

This commit is contained in:
Akhil G Krishnan 2024-05-31 23:46:18 +05:30
parent a2b9e92401
commit 5f76665023

@ -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.1"
ARG VARIANT="3.3.2"
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
# [Optional] Uncomment this section to install additional OS packages.