Qianlitp / crawlergo

A powerful browser crawler for web vulnerability scanners
GNU General Public License v3.0
2.85k stars 480 forks source link

Update Dockerfile golang version #150

Closed shirohacker closed 1 year ago

shirohacker commented 1 year ago

Update dockerfile

Dockerfile golang version update 1.16 to 1.17

Fix Below Error on Ubuntu 22.04

4.191 note: module requires Go 1.17
9.061 make: *** [Makefile:16: build] Error 2
------
dockerfile:8
--------------------
   6 |     RUN apt-get update && apt-get install unzip && rm -rf /var/lib/apt/lists/*
   7 |     COPY ./ ./
   8 | >>> RUN make build
   9 |     RUN chmod +x ./get_chrome.sh && ./get_chrome.sh
  10 |
--------------------
ERROR: failed to solve: process "/bin/sh -c make build" did not complete successfully: exit code: 2