Skip to content

Commit

Permalink
Update docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
peters committed Aug 15, 2022
1 parent c9625b0 commit 5361f2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: net6.0
DOTNET_NET60_VERSION: 6.0.302
DOTNET_NET70_VERSION: 7.0.100-preview.6.22352.1
DOTNET_NET60_VERSION: 6.0.400
DOTNET_NET70_VERSION: 7.0.100-preview.7.22377.5
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: 1
Expand Down
4 changes: 2 additions & 2 deletions 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 = "14.0",
[string] $DockerVersion = "15.0",
[Parameter(Position = 4, ValueFromPipelineByPropertyName = $true)]
[switch] $DockerLocal,
[Parameter(Position = 5, ValueFromPipelineByPropertyName = $true)]
Expand Down Expand Up @@ -69,7 +69,7 @@ switch -regex ($OSVersion) {
}

$DockerFilenamePath = Join-Path $WorkingDir docker\Dockerfile
$DockerGithubRegistryUrl = "docker.pkg.github.com/fintermobilityas/snapx"
$DockerGithubRegistryUrl = "ghcr.io/fintermobilityas"
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False

$SummaryStopwatch = $Stopwatch::StartNew()
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.302
ARG DOTNET_70_SDK_VERSION=7.0.100-preview.6.22352.1
ARG DOTNET_60_SDK_VERSION=6.0.400
ARG DOTNET_70_SDK_VERSION=7.0.100-preview.7.22377.5
ARG DOTNET_RID=linux-x64


Expand Down

0 comments on commit 5361f2c

Please sign in to comment.