Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 5f90a79

Browse files
authored
Update Dockerfile (#260)
Garble v0.4.0 dropped support for go 1.16. v0.3.0 supports 1.16.
1 parent 10f0a05 commit 5f90a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM lu4p/tor-static:latest
2-
RUN go install mvdan.cc/garble@master
2+
RUN go install mvdan.cc/garble@v0.3.0
33
RUN mkdir /ToRat
44
WORKDIR /ToRat
55
COPY go.mod .

0 commit comments

Comments
 (0)