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 29, 2024
1 parent 892a7a8 commit c351270
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",
"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 c351270

Please sign in to comment.