From c581dbf3f768d63c6c34b7b80bd169ee75d58d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:16:58 +0000 Subject: [PATCH] Update mcr.microsoft.com/devcontainers/ruby Docker tag to v3.3 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6a7d5a66..c505b475 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Ruby", - "image": "mcr.microsoft.com/devcontainers/ruby:3.0@sha256:84ec41f29cabe46f80f235427e64ad675927eda08c50ce54429c6dd661ef9d23", + "image": "mcr.microsoft.com/devcontainers/ruby:3.3@sha256:75440e0f8f36648337c180567a085e7d6c61a122334ca95e85dc02ab56bcfffa", "postCreateCommand": "bundle install && pip install -r requirements.txt", "features": { "ghcr.io/devcontainers/features/python:1": {}