We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1624938 commit ce12017Copy full SHA for ce12017
src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile
@@ -1,7 +1,8 @@
1
# This builds an Ubuntu image, clones the coreclr github repo and builds it.
2
# It then sets up the environment for compiling the New Relic .NET profiler.
3
4
-FROM ubuntu:18.04
+# ubuntu:18.04 - multi-platform image
5
+FROM ubuntu@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
6
7
RUN apt-get update -q -y
8
RUN apt-get install -q -y \
0 commit comments