Skip to content

Commit

Permalink
Update .NET sdks.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Oct 8, 2024
1 parent fac4cd4 commit 416935a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param(
[Parameter(Position = 2, ValueFromPipelineByPropertyName = $true)]
[string] $DockerImageName = "snapx",
[Parameter(Position = 3, ValueFromPipelineByPropertyName = $true)]
[string] $DockerVersion = "38.0",
[string] $DockerVersion = "39.0",
[Parameter(Position = 4, ValueFromPipelineByPropertyName = $true)]
[switch] $DockerLocal,
[Parameter(Position = 5, ValueFromPipelineByPropertyName = $true)]
Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM ubuntu:20.04 as env-build
ENV DEBIAN_FRONTEND=noninteractive
ENV SNAPX_DOCKER_WORKING_DIR /build/snapx

ARG DOTNET_60_SDK_VERSION=6.0.425
ARG DOTNET_80_SDK_VERSION=8.0.401
ARG DOTNET_90_SDK_VERSION=9.0.100-rc.1.24452.12
ARG DOTNET_60_SDK_VERSION=6.0.427
ARG DOTNET_80_SDK_VERSION=8.0.403
ARG DOTNET_90_SDK_VERSION=9.0.100-rc.2.24474.11
ARG DOTNET_RID=linux-x64


Expand Down

0 comments on commit 416935a

Please sign in to comment.