Update devcontainer image version (#37857)

This commit is contained in:
Claire 2026-02-13 16:17:12 +01:00 committed by GitHub
parent f5aa5adcf7
commit c1a5bd52f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# For details, see https://github.com/devcontainers/images/tree/main/src/ruby
FROM mcr.microsoft.com/devcontainers/ruby:1-3.3-bookworm
FROM mcr.microsoft.com/devcontainers/ruby:3.4-trixie
# Install node version from .nvmrc
WORKDIR /app