Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/dotnet/sdk:8.0.101-jammy docker…
Browse files Browse the repository at this point in the history
… digest to 35c0b1a (#138)

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

[skip ci]
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent c36380d commit 9732e87
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 ASPNETCORE_ENVIRONMENT="Production" \
DOTNET_CLI_TELEMETRY_OPTOUT=1 \
ASPNETCORE_URLS="http://*:8080"

FROM mcr.microsoft.com/dotnet/sdk:8.0.101-jammy@sha256:4f63cff30878af7c8a378e7c28e7bbe3d40838f0ff81e7aa4426d2af3f4d1696 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.101-jammy@sha256:35c0b1a167f52f3127dd842f6bfa87337fb2f3e575197201ec0b945b10c665d7 AS build
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
WORKDIR /build
COPY src/Directory.Build.props .
Expand Down

0 comments on commit 9732e87

Please sign in to comment.