Skip to content

Commit 7ed5efb

Browse files
author
Emanuel Hugo Cacheda
authored
Merge pull request #132 from FromDoppler/renovate/net-core-docker-containers
chore(deps): update .net core docker containers
2 parents 3c6dd1c + b49561c commit 7ed5efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /src
1010
COPY ./*.sh ./
1111
RUN shellcheck -e SC1091,SC1090 ./*.sh
1212

13-
FROM mcr.microsoft.com/dotnet/sdk:6.0.402-bullseye-slim AS restore
13+
FROM mcr.microsoft.com/dotnet/sdk:6.0.407-bullseye-slim AS restore
1414
WORKDIR /src
1515
COPY ./*.sln ./
1616
COPY */*.csproj ./
@@ -29,7 +29,7 @@ RUN dotnet test
2929
FROM build AS publish
3030
RUN dotnet publish "./Doppler.Push.Api/Doppler.Push.Api.csproj" -c Release -o /app/publish
3131

32-
FROM mcr.microsoft.com/dotnet/aspnet:6.0.10-bullseye-slim AS final
32+
FROM mcr.microsoft.com/dotnet/aspnet:6.0.15-bullseye-slim AS final
3333
WORKDIR /app
3434
EXPOSE 80
3535
COPY --from=publish /app/publish .

0 commit comments

Comments
 (0)