Skip to content

Commit

Permalink
Bump dotnet to 6.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Sep 2, 2024
1 parent 1fa8679 commit f88b502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0.417-focal AS sdk
FROM mcr.microsoft.com/dotnet/sdk:6.0.425-focal AS sdk
WORKDIR /app
ARG config=Release

COPY src ./src

RUN dotnet publish -c $config --no-self-contained src/*.sln

FROM mcr.microsoft.com/dotnet/aspnet:6.0.25-focal
FROM mcr.microsoft.com/dotnet/aspnet:6.0.33-focal
WORKDIR /app
COPY --from=sdk /app/_output/net6.0/publish/. ./

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ stages:
- task: UseDotNet@2
displayName: 'Install .net'
inputs:
version: '6.0.417'
version: '6.0.425'
- task: SonarCloudPrepare@1
displayName: 'Prepare SonarCloud'
inputs:
Expand Down

0 comments on commit f88b502

Please sign in to comment.