Skip to content

Commit

Permalink
Merge pull request #750 from bcgov/yj
Browse files Browse the repository at this point in the history
fix: aspnet image 7.0.19
  • Loading branch information
ychung-mot authored Oct 25, 2024
2 parents 89c61e1 + 1d56204 commit 1d8bea0
Showing 1 changed file with 1 addition and 1 deletion.
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.18 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:7.0.19 AS runtime
WORKDIR /app
COPY --from=build /app/published-app .
EXPOSE 8080
Expand Down

0 comments on commit 1d8bea0

Please sign in to comment.