Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Change .NET 6 version to preview-6.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Aug 17, 2021
1 parent 6e4e0df commit 0ed7d53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.100-preview.6.21355.2'
include-prerelease: true

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '6.0.100-preview.6.21355.2'
include-prerelease: true

- name: Set version to ${{ github.event.inputs.new_version }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN chmod +x LichessChallenger
# Build runtime image
############################################################

FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 as lichess-challenger
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0.0-preview.6 as lichess-challenger
COPY --from=build-env /lichess-challenger /lichess-challenger
WORKDIR /lichess-challenger
ENV PATH=/lichess-challenger:$PATH
Expand Down

0 comments on commit 0ed7d53

Please sign in to comment.