File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ CENTOS8_VERSION=@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473
35
35
GOLANG_VERSION=@sha256:f7d3519759ba6988a2b73b5874b17c5958ac7d0aa48a8b1d84d66ef25fa345f1
36
36
# alpine 3.14.2
37
37
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
40
40
# Take image from build-prepare stage
41
41
NODE_PACKAGE_BUILDER_GLIBC=build-prepare
42
42
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ UBUNTU_VERSION=@sha256:cf31af331f38d1d7158470e095b132acd126a7180a54f263d386da88e
43
43
AP_BUILDER_CENTOS=@sha256:0f4ec88e21daf75124b8a9e5ca03c37a5e937e0e108a255d890492430789b60e
44
44
# async-profiler musl - alpine
45
45
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
48
48
# minimum CentOS version we intend to support with async-profiler (different between x86_64, where we require
49
49
# an older version)
50
50
AP_CENTOS_MIN=:6
Original file line number Diff line number Diff line change 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
3
3
4
4
WORKDIR /app/Fibonacci
5
5
You can’t perform that action at this time.
0 commit comments