Skip to content

Commit

Permalink
chore(deps): update .net core docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 2213719 commit 026316c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0.203-bullseye-slim AS restore
FROM mcr.microsoft.com/dotnet/sdk:7.0.403-bullseye-slim AS restore
WORKDIR /src
COPY ./*.sln ./
COPY */*.csproj ./
Expand All @@ -17,7 +17,7 @@ RUN dotnet test
FROM build AS publish
RUN dotnet publish "./Doppler.CDHelper/Doppler.CDHelper.csproj" -c Release -o /app/publish

FROM mcr.microsoft.com/dotnet/aspnet:7.0.5-bullseye-slim AS final
FROM mcr.microsoft.com/dotnet/aspnet:7.0.13-bullseye-slim AS final
WORKDIR /app
EXPOSE 80
COPY --from=publish /app/publish .
Expand Down

0 comments on commit 026316c

Please sign in to comment.