Set Devcontainer to Ruby 3.3 Bookworm (#30548)

pull/30551/head
Michael Stanclift 2024-06-04 12:30:22 -05:00 committed by GitHub
parent 9ab7e66cae
commit 7d9a8c9596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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.2-bullseye
FROM mcr.microsoft.com/devcontainers/ruby:1-3.3-bookworm
# Install Rails
# RUN gem install rails webdrivers