From f01ac4b185785bd6157bb9a176829e7d1a2d1dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Tue, 11 Jul 2023 21:03:38 +0000 Subject: [PATCH] Apply recommended patches --- .github/workflows/build-native-tools.yml | 2 +- .github/workflows/publish-to-release.yml | 2 +- .github/workflows/test-and-publish.yml | 2 +- azure-pipelines.yml | 2 +- implement/Dockerfile | 4 ++-- implement/elm-time/elm-time.csproj | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-native-tools.yml b/.github/workflows/build-native-tools.yml index 06968c08..ad5c98ae 100644 --- a/.github/workflows/build-native-tools.yml +++ b/.github/workflows/build-native-tools.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.304' + dotnet-version: '7.0.306' - name: Try use dotnet run: dotnet --info diff --git a/.github/workflows/publish-to-release.yml b/.github/workflows/publish-to-release.yml index cf1f8030..054bbdaf 100644 --- a/.github/workflows/publish-to-release.yml +++ b/.github/workflows/publish-to-release.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.304' + dotnet-version: '7.0.306' - name: Try use dotnet run: dotnet --info diff --git a/.github/workflows/test-and-publish.yml b/.github/workflows/test-and-publish.yml index 30f5b9c1..dd52db59 100644 --- a/.github/workflows/test-and-publish.yml +++ b/.github/workflows/test-and-publish.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.304' + dotnet-version: '7.0.306' - name: Try use dotnet run: dotnet --info diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b72f2e0..e7e715c3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' # Options: runtime, sdk - version: '7.0.304' + version: '7.0.306' includePreviewVersions: true - script: dotnet --version diff --git a/implement/Dockerfile b/implement/Dockerfile index 8de48d77..9cbafd1f 100644 --- a/implement/Dockerfile +++ b/implement/Dockerfile @@ -1,5 +1,5 @@ # Build dotnet build image -FROM mcr.microsoft.com/dotnet/sdk:7.0.304 AS build-env +FROM mcr.microsoft.com/dotnet/sdk:7.0.306 AS build-env WORKDIR /app # Copy everything and build @@ -8,7 +8,7 @@ WORKDIR /app/elm-time RUN dotnet publish -c Debug -o out # Build runtime image -FROM mcr.microsoft.com/dotnet/aspnet:7.0.7 AS binaries +FROM mcr.microsoft.com/dotnet/aspnet:7.0.9 AS binaries COPY --from=build-env /app/elm-time/out /elm-time/dotnet/ diff --git a/implement/elm-time/elm-time.csproj b/implement/elm-time/elm-time.csproj index 02399b8a..44037ace 100644 --- a/implement/elm-time/elm-time.csproj +++ b/implement/elm-time/elm-time.csproj @@ -26,7 +26,7 @@ - +