Skip to content

Commit 5111092

Browse files
chore: update .net 10 version ci and dockerfile
1 parent adf3574 commit 5111092

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v4
2828
with:
29-
dotnet-version: "10.0.101"
29+
dotnet-version: "10.0.103"
3030
cache: true
3131
cache-dependency-path: |
3232
src/*/packages.lock.json

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:10.0.1
1+
FROM mcr.microsoft.com/dotnet/aspnet:10.0.3
22
WORKDIR /app
33
EXPOSE 8080
44
COPY app/publish .

0 commit comments

Comments
 (0)