Skip to content

Commit 5aee189

Browse files
committed
Update devcontainer to use ruby version 3.4.3
- Ruby version installed with this commit: ``` vscode ➜ /workspaces/rails/activerecord (ruby343_devcontainer) $ ruby -v ruby 3.4.3 (2025-04-14 revision d0b7e5b6a0) +PRISM [aarch64-linux] vscode ➜ /workspaces/rails/activerecord (ruby343_devcontainer) $ ``` Ruby 3.4.3 image is available at: https://github.com/rails/devcontainer/pkgs/container/devcontainer%2Fimages%2Fruby/395452686?tag=3.4.3
1 parent 6673297 commit 5aee189

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.4, 3.3, 3.2
4-
ARG VARIANT="3.4.2"
4+
ARG VARIANT="3.4.3"
55
FROM ghcr.io/rails/devcontainer/images/ruby:${VARIANT}
66

77
RUN sudo apt-get update && export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)