Skip to content

Commit

Permalink
Bump dotnet/aspnet in /build/docker (#3886)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent 1d76433 commit 8360d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ COPY . .
RUN dotnet publish /repo/src/Microsoft.Health.Fhir.${FHIR_VERSION}.Web/Microsoft.Health.Fhir.${FHIR_VERSION}.Web.csproj -o "/build" --no-restore -p:AssemblyVersion="${ASSEMBLY_VER}" -p:FileVersion="${ASSEMBLY_VER}" -p:Version="${ASSEMBLY_VER}" -f net8.0 -a $TARGETARCH

# Implicitly uses the target platform for the runtime image.
FROM mcr.microsoft.com/dotnet/aspnet:8.0.4-cbl-mariner2.0 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:8.0.6-cbl-mariner2.0 AS runtime

ARG FHIR_VERSION

Expand Down

0 comments on commit 8360d96

Please sign in to comment.