Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #127 from TheEadie/renovate/net-core-docker-contai…
Browse files Browse the repository at this point in the history
…ners

Update mcr.microsoft.com/dotnet/sdk Docker tag to v7.0.401
  • Loading branch information
TheEadie authored Sep 13, 2023
2 parents 5730075 + 0aafa55 commit 7f9833d
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 @@
#### Build ####
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:7.0.400@sha256:bdcfb498261ca18f023ac67615d814ea743aa3288eb880855fa2eb86c6313ccc AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:7.0.401@sha256:7e9de7e0e7698cb581687e852006d953eb36b52a7861697dab05f7a03a70b55e AS build
WORKDIR /app

ARG TARGETPLATFORM
Expand Down

0 comments on commit 7f9833d

Please sign in to comment.