Skip to content

Commit

Permalink
chore(deps): bump the docker group across 2 directories with 2 updates
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 271b81e commit 1d5afb0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion src/Agent/NewRelic/Profiler/linux/DebugDockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions src/Agent/NewRelic/Profiler/linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion src/Agent/NewRelic/Profiler/linux/Dockerfile.new
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1d5afb0

Please sign in to comment.