From aa3be92a265599174f4c0107d55937484880d870 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 29 Jan 2025 12:43:06 -0500 Subject: [PATCH] chore(deps): pin dependencies (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mcr.microsoft.com/devcontainers/dotnet | | pinDigest | -> `f84f5dc` | | [mcr.microsoft.com/dotnet/aspnet](https://github.com/dotnet/aspnetcore) | stage | pinDigest | -> `587c1dd` | | [mcr.microsoft.com/dotnet/sdk](https://github.com/dotnet/sdk) | final | pinDigest | -> `b27b135` | | postgres | | pinDigest | -> `d1168ad` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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://www.coastalcommits.com/cswimr/myhm-commission/pulls/7 Co-authored-by: Renovate Co-committed-by: Renovate --- Dockerfile | 4 ++-- docker-compose.dev.yml | 2 +- docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c31f79..a62b57d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:8.0@sha256:587c1dd115e4d6707ff656d30ace5da9f49cec48e627a40bbe5d5b249adc3549 AS base USER $APP_UID WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:b27b1354af00b7d4c922d74084f5c8a5cbf51f96de9ab855812bf17cbf176dd2 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["myhm-commission.csproj", "./"] diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 1dc2f50..f551d81 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -1,7 +1,7 @@ services: myhm-commission-dev: container_name: myhm-commission-dev - image: mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm + image: mcr.microsoft.com/devcontainers/dotnet:1-9.0-bookworm@sha256:f84f5dc61134aacd099c03f58663994da48047a6f43b9d5ba446a5b5ad2074aa environment: CONFIGURATION__AUTHTOKEN: "hi" CONFIGURATION__DATABASECONNECTIONSTRING: "postgres://myhm-commission:myhm-commission@postgres:5432/myhm-commission" diff --git a/docker-compose.yml b/docker-compose.yml index f4cfaf7..c8f403b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: database: container_name: myhm-commission-db - image: postgres:15.4 + image: postgres:15.4@sha256:d1168ad5397bf9c94cc417c530469805a8767ed585481d93f174461ac8557e3a restart: always environment: POSTGRES_USER: myhm-commission