aboutsummaryrefslogtreecommitdiff
path: root/projects/grpc-swift
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-24 15:25:34 -0700
committerGitHub <noreply@github.com>2021-08-24 15:25:34 -0700
commitffe20d3857f020d7e4620494b6ee9e2c271920c7 (patch)
treecdcb0c2e6e5faf92570733ee04f80d62720b84a6 /projects/grpc-swift
parent806d1a06206a5f6d81d5f1dc4949682dbcee30ad (diff)
downloadoss-fuzz-ffe20d3857f020d7e4620494b6ee9e2c271920c7.tar.gz
[Ubuntu upgrade][NFC] Improve message for swift projects. (#6292)
Related: #6180.
Diffstat (limited to 'projects/grpc-swift')
-rw-r--r--projects/grpc-swift/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/projects/grpc-swift/Dockerfile b/projects/grpc-swift/Dockerfile
index da7c21a29..a34d30faf 100644
--- a/projects/grpc-swift/Dockerfile
+++ b/projects/grpc-swift/Dockerfile
@@ -14,7 +14,11 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder-swift@sha256:3bef65cbf0f8b17c27a7bfc55c613b4409c5a452d2770690c234ab807b0d05d7
+# Using Ubuntu 16.04 because of breakage on Ubuntu 20.04.
+# See https://github.com/google/oss-fuzz/issues/6291 for more details.
+FROM gcr.io/oss-fuzz-base/base-builder-swift:xenial
+# Delete line above and uncomment line below to upgrade to 20.04.
+# FROM gcr.io/oss-fuzz-base/base-builder-swift
# specific to project
RUN git clone --depth 1 https://github.com/grpc/grpc-swift