Skip to content

Commit

Permalink
Update docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Feb 8, 2023
1 parent cb665c1 commit 4d9bd0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
GITVERSION_VERSION: 5.10.3
MSVS_TOOLSET_VERSION: 16
SNAPX_DOTNET_FRAMEWORK_VERSION: net7.0
DOTNET_NET60_VERSION: 6.0.403
DOTNET_NET70_VERSION: 7.0.100
DOTNET_NET60_VERSION: 6.0.405
DOTNET_NET70_VERSION: 7.0.102
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: 1
Expand Down
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 = "18.0",
[string] $DockerVersion = "19.0",
[Parameter(Position = 4, ValueFromPipelineByPropertyName = $true)]
[switch] $DockerLocal,
[Parameter(Position = 5, ValueFromPipelineByPropertyName = $true)]
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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.403
ARG DOTNET_70_SDK_VERSION=7.0.100
ARG DOTNET_60_SDK_VERSION=6.0.405
ARG DOTNET_70_SDK_VERSION=7.0.102
ARG DOTNET_RID=linux-x64


Expand Down

0 comments on commit 4d9bd0b

Please sign in to comment.