From 1d5afb0494bdd3d8fcc469a005276ec8aa8f8ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:50:49 +0000 Subject: [PATCH] chore(deps): bump the docker group across 2 directories with 2 updates Bumps the docker group with 1 update in the /deploy/linux directory: debian. Bumps the docker group with 1 update in the /src/Agent/NewRelic/Profiler/linux directory: ubuntu. Updates `debian` from stable-20231120 to stable-20241016 Updates `ubuntu` from 18.04 to 24.04 --- updated-dependencies: - dependency-name: debian dependency-type: direct:production dependency-group: docker - dependency-name: ubuntu dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- deploy/linux/Dockerfile | 2 +- src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile | 2 +- src/Agent/NewRelic/Profiler/linux/DebugDockerfile | 2 +- src/Agent/NewRelic/Profiler/linux/Dockerfile | 4 ++-- src/Agent/NewRelic/Profiler/linux/Dockerfile.new | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/linux/Dockerfile b/deploy/linux/Dockerfile index a79a757236..7be24f8e14 100644 --- a/deploy/linux/Dockerfile +++ b/deploy/linux/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stable-20231120@sha256:6a798ffaa39776765d80c63afffc5920d09f8003b1b7d6a24026527d826c8de7 +FROM debian:stable-20241016@sha256:a045f05f78aa1c06a92e4c06cc7c32956c32a51136a724249fd2664e7001ebb8 RUN apt-get update && apt-get install -y \ apt-utils \ diff --git a/src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile b/src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile index de96192166..98ef5c2bf6 100644 --- a/src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile +++ b/src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile @@ -2,7 +2,7 @@ # It then sets up the environment for compiling the New Relic .NET profiler. # ubuntu:18.04 - multi-platform image -FROM ubuntu@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 +FROM ubuntu@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 RUN apt-get update -q -y RUN apt-get install -q -y \ diff --git a/src/Agent/NewRelic/Profiler/linux/DebugDockerfile b/src/Agent/NewRelic/Profiler/linux/DebugDockerfile index 5b7b18f2bc..ff276447f8 100644 --- a/src/Agent/NewRelic/Profiler/linux/DebugDockerfile +++ b/src/Agent/NewRelic/Profiler/linux/DebugDockerfile @@ -1,6 +1,6 @@ # This builds an Ubuntu image, clones the coreclr github repo and builds it. # It then sets up the environment for compiling the New Relic .NET profiler. -FROM ubuntu:18.04 +FROM ubuntu:24.04 RUN apt-get update RUN apt-get install -y \ diff --git a/src/Agent/NewRelic/Profiler/linux/Dockerfile b/src/Agent/NewRelic/Profiler/linux/Dockerfile index 127fff5748..8a8f08ec5c 100644 --- a/src/Agent/NewRelic/Profiler/linux/Dockerfile +++ b/src/Agent/NewRelic/Profiler/linux/Dockerfile @@ -1,7 +1,7 @@ # Using a multistage build to work around some expired certificates # that prevent cloning the CLR repo from the older ubuntu image. # v22.04 -FROM ubuntu@sha256:ca5534a51dd04bbcebe9b23ba05f389466cf0c190f1f8f182d7eea92a9671d00 AS ClrRepoCloner +FROM ubuntu@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 AS ClrRepoCloner RUN apt-get update && apt-get install -y \ git @@ -16,7 +16,7 @@ RUN git clone --branch release/3.1 https://github.com/dotnet/coreclr.git # This builds an Ubuntu image, clones the coreclr github repo and builds it. # It then sets up the environment for compiling the New Relic .NET profiler. # v14.04 -FROM ubuntu@sha256:881afbae521c910f764f7187dbfbca3cc10c26f8bafa458c76dda009a901c29d +FROM ubuntu@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 RUN apt-get update && apt-get install -y \ wget \ diff --git a/src/Agent/NewRelic/Profiler/linux/Dockerfile.new b/src/Agent/NewRelic/Profiler/linux/Dockerfile.new index 81976cab7e..8a6f9ce03e 100644 --- a/src/Agent/NewRelic/Profiler/linux/Dockerfile.new +++ b/src/Agent/NewRelic/Profiler/linux/Dockerfile.new @@ -3,7 +3,7 @@ # **WARNING** this will not build a profiler that works on Alpine Linux. # See https://github.com/newrelic/newrelic-dotnet-agent/issues/918 -FROM ubuntu:18.04 +FROM ubuntu:24.04 RUN apt-get update RUN apt-get install -y \