Update mcr.microsoft.com/devcontainers/ruby Docker tag to v1 (#25613)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
local
renovate[bot] 11 months ago committed by GitHub
parent dbd37f129d
commit a9ba8263a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .devcontainer/Dockerfile

@ -1,5 +1,5 @@
# For details, see https://github.com/devcontainers/images/tree/main/src/ruby
FROM mcr.microsoft.com/devcontainers/ruby:0-3.2-bullseye
FROM mcr.microsoft.com/devcontainers/ruby:1-3.2-bullseye
# Install Rails
# RUN gem install rails webdrivers

Loading…
Cancel
Save