Skip to content

Commit 201c452

Browse files
Bump dotnet/sdk from a9d99ca to a9d99ca in /docker (#4007)
Bumps dotnet/sdk from `a9d99ca` to `a9d99ca`. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52b8430 commit 201c452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/debian-arm64.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-bookworm-slim@sha256:84fd557bebc64015e731aca1085b92c7619e49bdbe247e57392a43d92276f617
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-bookworm-slim@sha256:6894a71619e08b47ef9df7ff1f436b21d21db160e5d864e180c294a53d7a12f2
22

33
RUN apt-get update && \
44
apt-get install -y \

docker/debian.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-bookworm-slim@sha256:84fd557bebc64015e731aca1085b92c7619e49bdbe247e57392a43d92276f617
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.102-bookworm-slim@sha256:6894a71619e08b47ef9df7ff1f436b21d21db160e5d864e180c294a53d7a12f2
22

33
RUN wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
44
dpkg -i packages-microsoft-prod.deb && \

0 commit comments

Comments
 (0)