Skip to content

Commit

Permalink
Upgraded dotnet version to 7.0.203 (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhibf authored May 3, 2023
1 parent 93d71df commit 00ee876
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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:7.0.202-alpine3.16 AS build
FROM mcr.microsoft.com/dotnet/sdk:7.0.203-alpine3.17 AS build

ARG FHIR_VERSION
ARG ASSEMBLY_VER
Expand Down Expand Up @@ -68,7 +68,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 net7.0

FROM mcr.microsoft.com/dotnet/aspnet:7.0.4-alpine3.16 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:7.0.5-alpine3.17 AS runtime

ARG FHIR_VERSION

Expand Down
2 changes: 1 addition & 1 deletion build/dotnet6-compat/global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "6.0.407"
"version": "6.0.408"
}
}
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.202"
"version": "7.0.203"
}
}

0 comments on commit 00ee876

Please sign in to comment.