Skip to content

Update dotnet monorepo #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
FROM mcr.microsoft.com/dotnet/sdk:8.0.303-alpine3.19-amd64 AS init
FROM mcr.microsoft.com/dotnet/sdk:8.0.400-alpine3.19-amd64 AS init

ENV WORKDIR=/app
WORKDIR ${WORKDIR}
Expand Down Expand Up @@ -104,7 +104,7 @@ CMD ["make", "test"]
## in the production phase, "good practices" such as
## WORKDIR and USER are maintained
##
FROM mcr.microsoft.com/dotnet/runtime:8.0.7-alpine3.19-amd64 AS production
FROM mcr.microsoft.com/dotnet/runtime:8.0.8-alpine3.19-amd64 AS production

ENV LOG_LEVEL=info
ENV BRUTEFORCE=false
Expand Down