From ddc8268be1467e33cae46d92e04a5aa4705b2f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 00:13:04 +0000 Subject: [PATCH] Bump dotnet/aspnet in /source/AAS.TwinEngine.Plugin.RelationalDatabase Bumps dotnet/aspnet from `f03685b` to `57bd717`. --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 10.0-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/AAS.TwinEngine.Plugin.RelationalDatabase/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/AAS.TwinEngine.Plugin.RelationalDatabase/Dockerfile b/source/AAS.TwinEngine.Plugin.RelationalDatabase/Dockerfile index 451b4b5..7966af6 100644 --- a/source/AAS.TwinEngine.Plugin.RelationalDatabase/Dockerfile +++ b/source/AAS.TwinEngine.Plugin.RelationalDatabase/Dockerfile @@ -21,7 +21,7 @@ FROM scratch AS app-sbom-artifact COPY --from=build /App/sbom/bom.xml /sbom_application.cyclonedx.xml # Create final image containing application -FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine@sha256:f03685b2735e0d3d25d6c60672e74b21bb6334f1402f71bae2d2cf02307163cd +FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine@sha256:57bd717ac18ff6c8a39cc0ee4a76c1f15adc46df50434c73eff0c3f1df4c88f0 # Install Kerberos libraries required by Npgsql RUN apk add --no-cache krb5-libs