Skip to content

Commit

Permalink
Update dotnet to v8.0.201 (#3740)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhibf authored Mar 7, 2024
1 parent 01069b9 commit 37db0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.200-cbl-mariner2.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.201-cbl-mariner2.0 AS build
ARG FHIR_VERSION
ARG ASSEMBLY_VER

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "8.0.200"
"version": "8.0.201"
}
}

0 comments on commit 37db0bf

Please sign in to comment.