Skip to content

Commit b7eb9a4

Browse files
committed
Attempt to upgrade .net sdk version to get rid of CVE-2023-36049
1 parent f0e20e1 commit b7eb9a4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

scripts/build_aarch64_executable.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ CENTOS8_VERSION=@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473
3535
GOLANG_VERSION=@sha256:f7d3519759ba6988a2b73b5874b17c5958ac7d0aa48a8b1d84d66ef25fa345f1
3636
# alpine 3.14.2
3737
ALPINE_VERSION=@sha256:b06a5cf61b2956088722c4f1b9a6f71dfe95f0b1fe285d44195452b8a1627de7
38-
# mcr.microsoft.com/dotnet/sdk:6.0-focal
39-
DOTNET_BUILDER=@sha256:749439ff7a431ab4bc38d43cea453dff9ae1ed89a707c318b5082f9b2b25fa22
38+
# dotnet builder - mcr.microsoft.com/dotnet/sdk:6.0.428-1-focal
39+
DOTNET_BUILDER=@sha256:525ce79a6f545131df515ce34f7ee086eb18e4d707eff9676b2678f2f23b6d9e
4040
# Take image from build-prepare stage
4141
NODE_PACKAGE_BUILDER_GLIBC=build-prepare
4242

scripts/build_x86_64_executable.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ UBUNTU_VERSION=@sha256:cf31af331f38d1d7158470e095b132acd126a7180a54f263d386da88e
4343
AP_BUILDER_CENTOS=@sha256:0f4ec88e21daf75124b8a9e5ca03c37a5e937e0e108a255d890492430789b60e
4444
# async-profiler musl - alpine
4545
AP_BUILDER_ALPINE=@sha256:69704ef328d05a9f806b6b8502915e6a0a4faa4d72018dc42343f511490daf8a
46-
# dotnet builder - mcr.microsoft.com/dotnet/sdk:6.0-focal
47-
DOTNET_BUILDER=@sha256:749439ff7a431ab4bc38d43cea453dff9ae1ed89a707c318b5082f9b2b25fa22
46+
# dotnet builder - mcr.microsoft.com/dotnet/sdk:6.0.428-1-focal
47+
DOTNET_BUILDER=@sha256:525ce79a6f545131df515ce34f7ee086eb18e4d707eff9676b2678f2f23b6d9e
4848
# minimum CentOS version we intend to support with async-profiler (different between x86_64, where we require
4949
# an older version)
5050
AP_CENTOS_MIN=:6

tests/containers/dotnet/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# mcr.microsoft.com/dotnet/sdk:6.0-focal
2-
FROM mcr.microsoft.com/dotnet/sdk@sha256:749439ff7a431ab4bc38d43cea453dff9ae1ed89a707c318b5082f9b2b25fa22
1+
# mcr.microsoft.com/dotnet/sdk:6.0.428-1-focal
2+
FROM mcr.microsoft.com/dotnet/sdk@sha256:525ce79a6f545131df515ce34f7ee086eb18e4d707eff9676b2678f2f23b6d9e
33

44
WORKDIR /app/Fibonacci
55

0 commit comments

Comments
 (0)