Skip to content

Commit 843a862

Browse files
Bump dotnet/sdk from 8.0.415-bookworm-slim to 8.0.416-bookworm-slim
Bumps dotnet/sdk from 8.0.415-bookworm-slim to 8.0.416-bookworm-slim. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 8.0.416-bookworm-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent da37e0a commit 843a862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -xe \
99
&& apt-get install -y --no-install-recommends curl jq \
1010
&& apt-get clean && rm -rf /var/lib/apt/lists/*
1111

12-
FROM mcr.microsoft.com/dotnet/sdk:8.0.415-bookworm-slim AS build
12+
FROM mcr.microsoft.com/dotnet/sdk:8.0.416-bookworm-slim AS build
1313
WORKDIR /source
1414

1515
# Restore

0 commit comments

Comments
 (0)