aboutsummaryrefslogtreecommitdiff
path: root/projects/python-lz4/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/python-lz4/Dockerfile')
-rw-r--r--projects/python-lz4/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/python-lz4/Dockerfile b/projects/python-lz4/Dockerfile
index 8598ed33d..2ce705b4c 100644
--- a/projects/python-lz4/Dockerfile
+++ b/projects/python-lz4/Dockerfile
@@ -14,7 +14,7 @@
#
################################################################################
-FROM gcr.io/oss-fuzz-base/base-builder
+FROM gcr.io/oss-fuzz-base/base-builder-python
RUN git clone --depth 1 https://github.com/python-lz4/python-lz4
COPY build.sh $SRC/