From b835f03dfd8b049c27370e4150482a23a27839c4 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 28 Mar 2025 11:28:22 -0400 Subject: [PATCH] chore(deps): update mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm docker digest to fdb7137 (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | mcr.microsoft.com/devcontainers/dotnet | digest | `f84f5dc` -> `fdb7137` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://c.csw.im/cswimr/LookingGlass/pulls/25 Co-authored-by: Renovate Co-committed-by: Renovate --- docker-compose.dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 8c8bf4a..6ec1596 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -1,7 +1,7 @@ services: looking-glass-dev: container_name: looking-glass-dev - image: mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm@sha256:f84f5dc61134aacd099c03f58663994da48047a6f43b9d5ba446a5b5ad2074aa + image: mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm@sha256:fdb71370c88e3be3c51a8401143c454634fa55fd3c1e0be0c598d642480dd01f environment: CONFIGURATION__AUTHTOKEN: "hi" CONFIGURATION__DATABASECONNECTIONSTRING: "postgres://looking-glass:looking-glass@postgres:5432/looking-glass"