aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/swift-nio
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-24 15:25:34 -0700
committerGravatar GitHub <noreply@github.com>2021-08-24 15:25:34 -0700
commitffe20d3857f020d7e4620494b6ee9e2c271920c7 (patch)
treecdcb0c2e6e5faf92570733ee04f80d62720b84a6 /projects/swift-nio
parent806d1a06206a5f6d81d5f1dc4949682dbcee30ad (diff)
[Ubuntu upgrade][NFC] Improve message for swift projects. (#6292)
Related: #6180.
Diffstat (limited to 'projects/swift-nio')
-rw-r--r--projects/swift-nio/Dockerfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/projects/swift-nio/Dockerfile b/projects/swift-nio/Dockerfile
index e46af3ea..19a34fc1 100644
--- a/projects/swift-nio/Dockerfile
+++ b/projects/swift-nio/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 swift-nio
RUN git clone --depth 1 https://github.com/google/fuzzing