aboutsummaryrefslogtreecommitdiff
path: root/projects/gdbm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-09-03 13:56:31 +0300
committerGitHub <noreply@github.com>2021-09-03 11:56:31 +0100
commit774f38a6afa7864de59d8fe1438a8300c40bb448 (patch)
tree35e841b78b8ca4d4740be78ea63667f625bc7da4 /projects/gdbm
parent2977633171307a4432aeb55788275a56437f642f (diff)
downloadoss-fuzz-774f38a6afa7864de59d8fe1438a8300c40bb448.tar.gz
gdbm: switch to master branch (#6395)
Diffstat (limited to 'projects/gdbm')
-rw-r--r--projects/gdbm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/gdbm/Dockerfile b/projects/gdbm/Dockerfile
index 1e6bdd0bd..69ade39ef 100644
--- a/projects/gdbm/Dockerfile
+++ b/projects/gdbm/Dockerfile
@@ -27,6 +27,6 @@ RUN apt-get -qq update && \
libtool\
texinfo\
gettext
-RUN git clone --depth 1 --branch fuzz https://git.gnu.org.ua/gdbm.git
+RUN git clone --depth 1 https://git.gnu.org.ua/gdbm.git
WORKDIR gdbm
COPY build.sh $SRC/