Skip to content

Commit

Permalink
Merge branch 'master' into renovate/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Jun 5, 2024
2 parents 918615e + c4e36fd commit 8b6cf09
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 @@ -10,7 +10,7 @@ ENV DOTNET_ENVIRONMENT="Production" \
ASPNETCORE_URLS="" \
DOTNET_BUNDLE_EXTRACT_BASE_DIR=/tmp

FROM mcr.microsoft.com/dotnet/sdk:8.0.300-noble@sha256:0f814b92f1cc906de4e35234a8d59f349ca8b902ffa8d22d09dcad3010f5b604 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.300-noble@sha256:0a154ae5a7b9f6cbcb6c8cc1c987f212817b0a81c2f413bed13d3c95089cbe1f AS build
WORKDIR /build
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 \
PATH="/root/.dotnet/tools:${PATH}"
Expand Down

0 comments on commit 8b6cf09

Please sign in to comment.