Skip to content

Commit

Permalink
Merge pull request #108 from sir-gon/renovate/dotnet-monorepo
Browse files Browse the repository at this point in the history
Update mcr.microsoft.com/dotnet/sdk Docker tag to v8.0.401
  • Loading branch information
sir-gon authored Aug 15, 2024
2 parents 18af0d7 + afe593e commit 42ac6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
FROM mcr.microsoft.com/dotnet/sdk:8.0.400-alpine3.19-amd64 AS init
FROM mcr.microsoft.com/dotnet/sdk:8.0.401-alpine3.19-amd64 AS init

ENV WORKDIR=/app
WORKDIR ${WORKDIR}
Expand Down

0 comments on commit 42ac6c0

Please sign in to comment.