Skip to content

Commit

Permalink
Upgrade devcontainer to use ruby 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilgkrishnan committed May 31, 2024
1 parent a2b9e92 commit 5f76665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5f76665

Please sign in to comment.