We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8936f commit 45ed2f0Copy full SHA for 45ed2f0
.github/workflows/build-containers.yml
@@ -75,7 +75,7 @@ jobs:
75
org.opencontainers.image.created=${{ steps.date.outputs.date }}
76
org.opencontainers.image.title=${{ matrix.title }}
77
org.opencontainers.image.description=${{ matrix.description }}
78
- org.opencontainers.image.base.name=mcr.microsoft.com/dotnet/aspnet:10.0-jammy-noble-composite-extra
+ org.opencontainers.image.base.name=mcr.microsoft.com/dotnet/aspnet:10.0-noble-chiseled-composite-extra
79
annotations: |
80
index:org.opencontainers.image.source=https://github.com/Particular/ServiceControl/tree/${{ github.sha }}
81
index:org.opencontainers.image.authors="Particular Software"
0 commit comments