diff --git a/src/oidc-guard/Dockerfile b/src/oidc-guard/Dockerfile
index 23eb27a..edbcf08 100644
--- a/src/oidc-guard/Dockerfile
+++ b/src/oidc-guard/Dockerfile
@@ -1,6 +1,6 @@
ARG BUILDPLATFORM=linux/amd64
-FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:7.0-alpine@sha256:e3b051cbad561cec1b1ce3586aaf1279aeda72c2416f41c909d293cddf21c011 AS build
+FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:7.0-alpine@sha256:ba04d2d249d045c4324f8f238f0b82a08528a61db969ba9b0c549b8bc1dc9127 AS build
WORKDIR /src
COPY oidc-guard.csproj .
RUN dotnet restore "oidc-guard.csproj"
@@ -11,7 +11,7 @@ FROM build AS publish
ARG VERSION=0.0.1
RUN dotnet publish "oidc-guard.csproj" -c Release --use-current-runtime -o /app/publish /p:Version=${VERSION}
-FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-alpine@sha256:e86ce2bf9b77a93075dbe03bc5a3ba4eeae93bdfc5415a9354c22ed3504d46a8 AS base
+FROM mcr.microsoft.com/dotnet/runtime-deps:7.0-alpine@sha256:276b70790c33051bcf79ada1fc2dd91428330c9e02a7d0aaf27d070f096793cf AS base
WORKDIR /app
EXPOSE 8080
ENV ASPNETCORE_URLS=http://+:8080
diff --git a/src/oidc-guard/oidc-guard.csproj b/src/oidc-guard/oidc-guard.csproj
index 7f40ff9..01e0850 100644
--- a/src/oidc-guard/oidc-guard.csproj
+++ b/src/oidc-guard/oidc-guard.csproj
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/tests/oidc-guard-tests/oidc-guard-tests.csproj b/tests/oidc-guard-tests/oidc-guard-tests.csproj
index 91b3e7d..2db914b 100644
--- a/tests/oidc-guard-tests/oidc-guard-tests.csproj
+++ b/tests/oidc-guard-tests/oidc-guard-tests.csproj
@@ -15,7 +15,7 @@
all
-
+
@@ -23,7 +23,7 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+