Skip to content

Commit

Permalink
Update mcr.microsoft.com/devcontainers/ruby Docker tag to v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2024
1 parent 5515f1a commit c581dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": {}
Expand Down

0 comments on commit c581dbf

Please sign in to comment.