Skip to content

Commit

Permalink
Merge pull request #760 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: asp.net image update
  • Loading branch information
ychung-mot authored Oct 29, 2024
2 parents a9f3bb3 + 06030e2 commit 3ff5496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
RUN dotnet restore
RUN dotnet publish "StrDss.Api/StrDss.Api.csproj" -c Release -o /app/published-app

FROM mcr.microsoft.com/dotnet/aspnet:7.0.19 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:7.0.20 AS runtime
WORKDIR /app
COPY --from=build /app/published-app .
EXPOSE 8080
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile.hangfire
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
RUN dotnet restore
RUN dotnet publish "StrDss.Hangfire/StrDss.Hangfire.csproj" -c Release -o /app/published-app

FROM mcr.microsoft.com/dotnet/aspnet:7.0.19 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:7.0.20 AS runtime
WORKDIR /app
COPY --from=build /app/published-app .
EXPOSE 8080
Expand Down

0 comments on commit 3ff5496

Please sign in to comment.