Skip to content

Commit 677cfe8

Browse files
Bump dotnet/sdk from 2244f80 to 2244f80 in /docker (open-telemetry#4219)
Bumps dotnet/sdk from `2244f80` to `2244f80`. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: 9.0.300-bookworm-slim 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 aedf701 commit 677cfe8

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.300-bookworm-slim@sha256:90872f8e7f1fd2b93989b81fb7f152c3bef4fe817470a3227abaa18c873dba60
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.300-bookworm-slim@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8
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.300-bookworm-slim@sha256:90872f8e7f1fd2b93989b81fb7f152c3bef4fe817470a3227abaa18c873dba60
1+
FROM mcr.microsoft.com/dotnet/sdk:9.0.300-bookworm-slim@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8
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)