Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/sdk:7.0-jammy docker dig…
Browse files Browse the repository at this point in the history
…est to 4c39056 (#92)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Jan 7, 2024
1 parent 0e0832c commit 41cc593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV DOTNET_ENVIRONMENT="Production" \
ASPNETCORE_URLS="http://+:8080;http://+:8081"
ENTRYPOINT ["dotnet", "/opt/magnifhir/magniFHIR.dll"]

FROM mcr.microsoft.com/dotnet/sdk:7.0-jammy@sha256:1f03f2609039c9172458f1172e4646032f1894fbc8e0cc6dfdfa5373348ae6cc AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0-jammy@sha256:4c39056f947fdcbcb2701ccf4124b25cec194717876b70544b3edce5179c7381 AS build
WORKDIR /build
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1

Expand Down

0 comments on commit 41cc593

Please sign in to comment.