Skip to content

Commit

Permalink
Bump dotnet/sdk to 8.0.401-cbl-mariner2.0 (#4058)
Browse files Browse the repository at this point in the history
* Bump dotnet/sdk in /build/docker

Bumps dotnet/sdk from 8.0.204-cbl-mariner2.0 to 8.0.401-cbl-mariner2.0.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update to dotnet 8.0.401

* Update .net 6 to 6.0.425

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared Erwin <[email protected]>
  • Loading branch information
dependabot[bot] and feordin authored Sep 6, 2024
1 parent 66ba9a5 commit 8e89b55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --platform tells docker to always use the host platform for the build not the target platform. Runtime container will use target platform.
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.204-cbl-mariner2.0 AS build
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0.401-cbl-mariner2.0 AS build
ARG TARGETARCH
ARG FHIR_VERSION
ARG ASSEMBLY_VER
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.421"
"version": "6.0.425"
}
}
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.204"
"version": "8.0.401"
}
}

0 comments on commit 8e89b55

Please sign in to comment.