File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
GITVERSION_VERSION : 5.12.0
16
16
MSVS_TOOLSET_VERSION : 16
17
17
SNAPX_DOTNET_FRAMEWORK_VERSION : net7.0
18
- DOTNET_NET60_VERSION : 6.0.413
19
- DOTNET_NET70_VERSION : 7.0.400
20
- DOTNET_NET80_VERSION : 8.0.100-preview.7.23376.3
18
+ DOTNET_NET60_VERSION : 6.0.414
19
+ DOTNET_NET70_VERSION : 7.0.401
20
+ DOTNET_NET80_VERSION : 8.0.100-rc.1.23455.8
21
21
DOTNET_CLI_TELEMETRY_OPTOUT : 1
22
22
DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
23
23
DOTNET_NOLOGO : 1
Original file line number Diff line number Diff line change 8
8
[Parameter (Position = 2 , ValueFromPipelineByPropertyName = $true )]
9
9
[string ] $DockerImageName = " snapx" ,
10
10
[Parameter (Position = 3 , ValueFromPipelineByPropertyName = $true )]
11
- [string ] $DockerVersion = " 27 .0" ,
11
+ [string ] $DockerVersion = " 28 .0" ,
12
12
[Parameter (Position = 4 , ValueFromPipelineByPropertyName = $true )]
13
13
[switch ] $DockerLocal ,
14
14
[Parameter (Position = 5 , ValueFromPipelineByPropertyName = $true )]
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ FROM ubuntu:20.04 as env-build
3
3
ENV DEBIAN_FRONTEND=noninteractive
4
4
ENV SNAPX_DOCKER_WORKING_DIR /build/snapx
5
5
6
- ARG DOTNET_60_SDK_VERSION=6.0.413
7
- ARG DOTNET_70_SDK_VERSION=7.0.400
8
- ARG DOTNET_80_SDK_VERSION=8.0.100-preview.7.23376.3
6
+ ARG DOTNET_60_SDK_VERSION=6.0.414
7
+ ARG DOTNET_70_SDK_VERSION=7.0.401
8
+ ARG DOTNET_80_SDK_VERSION=8.0.100-rc.1.23455.8
9
9
ARG DOTNET_RID=linux-x64
10
10
11
11
You can’t perform that action at this time.
0 commit comments