Skip to content

Commit

Permalink
Updates dotnet Security patch (sdk:8.0.200) (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankowitz authored Feb 15, 2024
1 parent 4d5dfb9 commit 774e600
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: |
git fetch --prune --unshallow
- uses: actions/setup-dotnet@v4
with:
global-json-file: ./global.json

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
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.101-cbl-mariner2.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.200-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.1-cbl-mariner2.0 AS runtime
FROM mcr.microsoft.com/dotnet/aspnet:8.0.2-cbl-mariner2.0 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.418"
"version": "6.0.419"
}
}
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.101"
"version": "8.0.200"
}
}

0 comments on commit 774e600

Please sign in to comment.