Skip to content

Commit

Permalink
Merge pull request #616 from camunda-community-hub/renovate/mcr.micro…
Browse files Browse the repository at this point in the history
…soft.com-dotnet-core-sdk-3.x

chore(deps): update mcr.microsoft.com/dotnet/core/sdk docker tag to v3
  • Loading branch information
ChrisKujawa authored Nov 22, 2023
2 parents 0219f0d + e4c79e5 commit 7e90f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client.Cloud.Example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/core/runtime:2.1 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS build
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
WORKDIR /src
COPY ["Client.Cloud.Example.csproj", "Client.Cloud.Example/"]
RUN dotnet restore "Client.Cloud.Example/Client.Cloud.Example.csproj"
Expand Down

0 comments on commit 7e90f3f

Please sign in to comment.