aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/envoy/Dockerfile
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2019-12-17 17:29:50 -0800
committerGravatar GitHub <noreply@github.com>2019-12-17 17:29:50 -0800
commit0a5cd93182be0ca8724346da9613bedc4bee1955 (patch)
tree21dba84becd64a647561f33cd3a29a98101b14a6 /projects/envoy/Dockerfile
parentc5fbbeb79f54953e4c2b3c928abd8e697f778186 (diff)
[Envoy][Oak] Use older builder image with older clang to build (#3147)
Diffstat (limited to 'projects/envoy/Dockerfile')
-rw-r--r--projects/envoy/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/envoy/Dockerfile b/projects/envoy/Dockerfile
index e507358b..fa48615f 100644
--- a/projects/envoy/Dockerfile
+++ b/projects/envoy/Dockerfile
@@ -14,7 +14,9 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+# TODO(https://github.com/google/oss-fuzz/issues/3093): Stop specifying the
+# image SHA once the bug is fixed.
+FROM gcr.io/oss-fuzz-base/base-builder@sha256:276813aef0ce5972db43c0230f96162003994fa742fb1b2f4e66c67498575c65
MAINTAINER htuch@google.com
RUN apt-get update && apt-get -y install \