Skip to content

Commit ce12017

Browse files
authored
chore: Update Arm64 base image to use a pinned image. (#1724)
1 parent 1624938 commit ce12017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Agent/NewRelic/Profiler/linux/Arm64Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# This builds an Ubuntu image, clones the coreclr github repo and builds it.
22
# It then sets up the environment for compiling the New Relic .NET profiler.
33

4-
FROM ubuntu:18.04
4+
# ubuntu:18.04 - multi-platform image
5+
FROM ubuntu@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
56

67
RUN apt-get update -q -y
78
RUN apt-get install -q -y \

0 commit comments

Comments
 (0)