Skip to content

Commit

Permalink
Bump dotnet/sdk in /src/Microsoft.Health.Dicom.Web (#974)
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from `eb18b95` to `6eb12ee`.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2021
1 parent a592c56 commit 07447cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.Health.Dicom.Web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXPOSE 8080
USER nonroot

# Copy the DICOM Server project and build it
FROM mcr.microsoft.com/dotnet/sdk:5.0.400-alpine3.13@sha256:eb18b95a4cb2342255f7d8e78e60f5cb268638d23bc2bc400b3e393b1f8f9d82 AS build
FROM mcr.microsoft.com/dotnet/sdk:5.0.400-alpine3.13@sha256:6eb12ee820b6ddf37c110b42c57074521649ebe512522a283b9d6186b8cbd687 AS build
ARG BUILD_CONFIGURATION=Release
ARG CONTINUOUS_INTEGRATION_BUILD=false
WORKDIR /dicom-server
Expand Down

0 comments on commit 07447cc

Please sign in to comment.