Skip to content

Commit 2b71c1a

Browse files
Version upgrading
1 parent 83d4645 commit 2b71c1a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup .NET Core
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: 6.0.100-preview.4.21255.9
16+
dotnet-version: 6.0.100
1717
- name: Install dependencies
1818
run: dotnet restore -v m
1919
- name: Build
@@ -28,6 +28,6 @@ jobs:
2828
- name: Setup .NET Core
2929
uses: actions/setup-dotnet@v1
3030
with:
31-
dotnet-version: 6.0.100-preview.4.21255.9
31+
dotnet-version: 6.0.100
3232
- name: Test
3333
run: dotnet test --no-restore -v m

src/Dotnet6.GraphQL4.Store.WebAPI/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG ASPNET_VERSION="6.0.0-preview.4-alpine3.13"
2-
ARG SDK_VERSION="6.0.100-preview.4-alpine3.13"
1+
ARG ASPNET_VERSION="6.0.0-alpine3.14"
2+
ARG SDK_VERSION="6.0.100-alpine3.14"
33
ARG BASE_ADRESS="mcr.microsoft.com/dotnet"
44

55
FROM $BASE_ADRESS/aspnet:$ASPNET_VERSION AS base

src/Dotnet6.GraphQL4.Store.WebMVC/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ARG ASPNET_VERSION="6.0.0-preview.4-alpine3.13"
2-
ARG SDK_VERSION="6.0.100-preview.4-alpine3.13"
1+
ARG ASPNET_VERSION="6.0.0-alpine3.14"
2+
ARG SDK_VERSION="6.0.100-alpine3.14"
33
ARG BASE_ADRESS="mcr.microsoft.com/dotnet"
44

55
FROM $BASE_ADRESS/aspnet:$ASPNET_VERSION AS base

0 commit comments

Comments
 (0)