From 02bd5ceefbf1ba9b91f4a9bd8b801d7f43509f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:55:16 -0700 Subject: [PATCH] chore(deps): bump busybox from `c230832` to `768e5c6` in /src/dotnet (#111) --- src/dotnet/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/Dockerfile b/src/dotnet/Dockerfile index acf6958..471625f 100644 --- a/src/dotnet/Dockerfile +++ b/src/dotnet/Dockerfile @@ -24,6 +24,6 @@ RUN /dotnet-agent-download.sh $TARGETARCH $AGENT_VERSION # replace agentinfo.json from the tarball with one that identifies this as a k8s-operator install type COPY agentinfo.json . -FROM busybox:latest@sha256:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 +FROM busybox:latest@sha256:768e5c6f5cb6db0794eec98dc7a967f40631746c32232b78a3105fb946f3ab83 COPY --from=build /instrumentation /instrumentation RUN chmod -R go+r /instrumentation