aboutsummaryrefslogtreecommitdiff
path: root/projects/containerd
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-30 06:57:23 -0700
committerGitHub <noreply@github.com>2021-08-30 06:57:23 -0700
commita4cd74a98efe1266a4bdda079770baeb7fb2059a (patch)
treea0abadc91b1ea5d9ff0900a67ab8d97e7c1504b9 /projects/containerd
parent8520693633dcba032dd6ee9f6341a16298861610 (diff)
downloadoss-fuzz-a4cd74a98efe1266a4bdda079770baeb7fb2059a.tar.gz
[go][infra] Create base-builder-go and use it to build go projects. (#6335)
Also, update base-builder-new to copy everything base-builder does
Diffstat (limited to 'projects/containerd')
-rw-r--r--projects/containerd/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/containerd/Dockerfile b/projects/containerd/Dockerfile
index f3aef9a65..7ae42468b 100644
--- a/projects/containerd/Dockerfile
+++ b/projects/containerd/Dockerfile
@@ -14,7 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-go
RUN apt-get update && apt-get install -y btrfs-progs libc-dev pkg-config libseccomp-dev gcc wget libbtrfs-dev
RUN git clone --depth 1 https://github.com/containerd/containerd
COPY build.sh $SRC/