aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--projects/envoy/Dockerfile4
-rw-r--r--projects/oak/Dockerfile4
2 files changed, 6 insertions, 2 deletions
diff --git a/projects/envoy/Dockerfile b/projects/envoy/Dockerfile
index e507358bf..fa48615f3 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 \
diff --git a/projects/oak/Dockerfile b/projects/oak/Dockerfile
index de9914d0e..9d7439801 100644
--- a/projects/oak/Dockerfile
+++ b/projects/oak/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 tzn@google.com
# Use a fixed Bazel version.