Skip to content

Commit

Permalink
Update .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 829265c commit cecfdc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/docker/gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Build ####
FROM mcr.microsoft.com/dotnet/sdk:7.0.403@sha256:4d9f2a7141eadcaf9b096103ad407ce374a9bb06f831fe306e03ed63786b8d68 AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0.403@sha256:7776f4a8f9f4a809374c44f1214d49b22975cdf47a9ef44acf87fec8b0216e95 AS build
WORKDIR /app
ARG PROJECT="Worms.Hub.Gateway.csproj"

Expand All @@ -23,7 +23,7 @@ FROM build as test
RUN dotnet test --no-restore --no-build --verbosity normal

#### Runtime ####
FROM mcr.microsoft.com/dotnet/aspnet:7.0.13@sha256:1e25f7a67a65dcd2962bfb271338264b23e052d0677e71337450a6f5be62b899
FROM mcr.microsoft.com/dotnet/aspnet:7.0.13@sha256:add82375eb66ad6080a612c3908ae13137d19d0721950e9dbafd125b90ec5761
WORKDIR /app
COPY --from=build /app/out .
ENTRYPOINT ["./Worms.Hub.Gateway"]

0 comments on commit cecfdc0

Please sign in to comment.