Skip to content

Commit

Permalink
chore: Update Arm64 base image to use a pinned image. (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrcventura authored Jun 15, 2023
1 parent 1624938 commit ce12017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 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
# ubuntu:18.04 - multi-platform image
FROM ubuntu@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98

RUN apt-get update -q -y
RUN apt-get install -q -y \
Expand Down

0 comments on commit ce12017

Please sign in to comment.