Skip to content

Commit

Permalink
Bump dotnet/sdk to 8.0.204-cbl-mariner2.0 in /build/docker (#3807)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent acdf8a4 commit 26bf89b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ItemGroup>
<PackageVersion Include="AngleSharp" Version="1.0.4" />
<PackageVersion Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.2.2" />
<PackageVersion Include="Azure.Identity" Version="1.10.4" />
<PackageVersion Include="Azure.Identity" Version="1.11.0" />
<PackageVersion Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.1.0" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.19.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
Expand Down Expand Up @@ -123,4 +123,4 @@
<PackageVersion Include="xunit.assert" Version="2.7.0" />
<PackageVersion Include="System.Drawing.Common" Version="8.0.0" />
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.202-cbl-mariner2.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.204-cbl-mariner2.0 AS build
ARG FHIR_VERSION
ARG ASSEMBLY_VER

Expand Down Expand Up @@ -69,7 +69,7 @@ COPY . .

RUN dotnet publish /repo/src/Microsoft.Health.Fhir.${FHIR_VERSION}.Web/Microsoft.Health.Fhir.${FHIR_VERSION}.Web.csproj -c Release -o "/build" --no-restore -p:AssemblyVersion="${ASSEMBLY_VER}" -p:FileVersion="${ASSEMBLY_VER}" -p:Version="${ASSEMBLY_VER}" -f net8.0

FROM mcr.microsoft.com/dotnet/aspnet:8.0.3-cbl-mariner2.0 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:8.0.4-cbl-mariner2.0 AS runtime

ARG FHIR_VERSION

Expand Down

0 comments on commit 26bf89b

Please sign in to comment.