From fa75749fb64e96f43ce3be33ed75b6722d0361e7 Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Mon, 26 May 2025 16:05:23 -0500 Subject: [PATCH] chore: bump base images --- .github/workflows/directory-migrate.yml | 2 +- .github/workflows/directory.yml | 10 +--------- .../FilterLists.Directory.Api.csproj | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/directory-migrate.yml b/.github/workflows/directory-migrate.yml index c88f207ae..f32ae5ec9 100644 --- a/.github/workflows/directory-migrate.yml +++ b/.github/workflows/directory-migrate.yml @@ -23,7 +23,7 @@ jobs: USER_EMAIL: github-actions[bot]@users.noreply.github.com LINT_MESSAGE: "chore(dir-data): 🎨 lint PR #${{ github.event.number }}" MIGRATION_MESSAGE: "chore(dir-data): ♻️ migrate PR #${{ github.event.number }}" - TEST_MSSQL_IMAGE: mcr.microsoft.com/mssql/server:2022-latest + TEST_MSSQL_IMAGE: mcr.microsoft.com/mssql/server:2025-latest steps: - name: Checkout diff --git a/.github/workflows/directory.yml b/.github/workflows/directory.yml index 6e6cb12c1..ed8371962 100644 --- a/.github/workflows/directory.yml +++ b/.github/workflows/directory.yml @@ -42,14 +42,6 @@ jobs: with: dotnet-version: "9.0.x" - # Disabled GH Actions cache for Dependabot. https://github.com/dependabot/dependabot-core/issues/1303 - # cache-dependency-path: services/Directory/FilterLists.Directory.Api/packages.lock.json - # cache: true - - # - name: Restore - # run: dotnet restore --locked-mode - # working-directory: ./services/Directory/FilterLists.Directory.Api - - name: Build run: dotnet build -c Release working-directory: ./services/Directory/FilterLists.Directory.Api @@ -94,4 +86,4 @@ jobs: with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_APP_FILTERLISTS_DIRECTORY_PROD }} - images: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_REPOSITORY }}:${{ env.CONTAINER_IMAGE_TAG_UNIQUE }} + images: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_REPOSITORY }}:${{ env.CONTAINER_IMAGE_TAG_UNIQUE }} \ No newline at end of file diff --git a/services/Directory/FilterLists.Directory.Api/FilterLists.Directory.Api.csproj b/services/Directory/FilterLists.Directory.Api/FilterLists.Directory.Api.csproj index 590b29148..f4712e98f 100644 --- a/services/Directory/FilterLists.Directory.Api/FilterLists.Directory.Api.csproj +++ b/services/Directory/FilterLists.Directory.Api/FilterLists.Directory.Api.csproj @@ -7,7 +7,7 @@ true true - mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy-chiseled-extra + mcr.microsoft.com/dotnet/runtime-deps:9.0-azurelinux3.0-distroless linux-x64