Skip to content

Commit 3fdc1c0

Browse files
Bump dotnet/aspnet from 1fa23fc to f1126d4 in the docker group
Bumps the docker group with 1 update: dotnet/aspnet. Updates `dotnet/aspnet` from `1fa23fc` to `f1126d4` --- updated-dependencies: - dependency-name: dotnet/aspnet dependency-version: 10.0-noble dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcb312e commit 3fdc1c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
1+
FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
22
WORKDIR /src
33
COPY --link *.props *.props ./
44
COPY --link Desktop/*.csproj Desktop/
@@ -9,7 +9,7 @@ RUN dotnet restore Desktop/Desktop.csproj /p:Configuration=Release-Web
99
COPY . .
1010
RUN dotnet publish Desktop/Desktop.csproj -c Release-Web -o /publish/Web-Linux
1111

12-
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble@sha256:1fa23fc4872d95fd71c2833ebe65d7e84a43b2d51a31d119516852f13d9505a7 AS runtime
12+
FROM mcr.microsoft.com/dotnet/aspnet:10.0-noble@sha256:f1126d438ccc359f51cc6d4701a8deae513856cf10f5fe645d29ea6403dcac6b AS runtime
1313
WORKDIR /app
1414
LABEL org.opencontainers.image.authors="team@openshock.org"
1515

0 commit comments

Comments
 (0)