Skip to content

Commit

Permalink
CI周りの .NETバージョンを更新 #25
Browse files Browse the repository at this point in the history
  • Loading branch information
YDKK committed Sep 8, 2024
1 parent 430e419 commit fb1080d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.101
dotnet-version: 8
- name: Build with dotnet
run: dotnet build --configuration Release
4 changes: 2 additions & 2 deletions SlackLineBridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
WORKDIR /src
COPY ["SlackLineBridge/SlackLineBridge.csproj", "SlackLineBridge/"]
RUN dotnet restore "SlackLineBridge/SlackLineBridge.csproj"
Expand Down

0 comments on commit fb1080d

Please sign in to comment.