Skip to content

Commit

Permalink
Update .NET sdks.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed May 14, 2024
1 parent 1802811 commit a641baf
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 = "32.0",
[string] $DockerVersion = "33.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.421
ARG DOTNET_70_SDK_VERSION=7.0.408
ARG DOTNET_80_SDK_VERSION=8.0.204
ARG DOTNET_60_SDK_VERSION=6.0.422
ARG DOTNET_70_SDK_VERSION=7.0.409
ARG DOTNET_80_SDK_VERSION=8.0.300
ARG DOTNET_RID=linux-x64


Expand Down

0 comments on commit a641baf

Please sign in to comment.