aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/prost/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/prost/Dockerfile')
-rw-r--r--projects/prost/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/prost/Dockerfile b/projects/prost/Dockerfile
index 6d13ecf0..d340fe5f 100644
--- a/projects/prost/Dockerfile
+++ b/projects/prost/Dockerfile
@@ -12,7 +12,7 @@
# limitations under the License.
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN apt-get update && apt-get install -y pkg-config libssl-dev curl libcurl4-openssl-dev ninja-build
RUN git clone --depth 1 https://github.com/danburkert/prost
WORKDIR $SRC