chore: bump base images

This commit is contained in:
Collin Barrett 2025-05-26 16:05:23 -05:00 committed by Collin Barrett
parent c845245754
commit fa75749fb6
3 changed files with 3 additions and 11 deletions

View file

@ -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

View file

@ -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 }}

View file

@ -7,7 +7,7 @@
<PropertyGroup>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
<PublishReadyToRunComposite>true</PublishReadyToRunComposite>
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime-deps:8.0-jammy-chiseled-extra</ContainerBaseImage>
<ContainerBaseImage>mcr.microsoft.com/dotnet/runtime-deps:9.0-azurelinux3.0-distroless</ContainerBaseImage>
<ContainerRuntimeIdentifier>linux-x64</ContainerRuntimeIdentifier>
</PropertyGroup>