From 2cbf87991f08e11f0dc28f51f5edd2f66845862e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:15:04 +0000 Subject: [PATCH] chore(deps): bump alpine from `0a4eaa0` to `beefdbd` in /src/dotnet Bumps alpine from `0a4eaa0` to `beefdbd`. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/dotnet/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnet/Dockerfile b/src/dotnet/Dockerfile index b1eff7b..4af2318 100644 --- a/src/dotnet/Dockerfile +++ b/src/dotnet/Dockerfile @@ -8,7 +8,7 @@ # CORECLR_PROFILER_PATH=%InstallationLocation%/libNewRelicProfiler.so # CORECLR_NEWRELIC_HOME=%InstallationLocation% -FROM alpine:latest@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 as build +FROM alpine:latest@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d as build RUN apk update && apk add ca-certificates WORKDIR /instrumentation