File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,10 @@ RUN ln -s /usr/local/go/bin/go /usr/bin/go
4040RUN ln -s /usr/local/go/bin/gofmt/usr/bin/gofmt
4141
4242
43- RUN wget https://github.com/mitchellh/golicense/releases/download/v0.1.1/golicense_0.1.1_linux_x86_64.tar.gz &&\
44- tar -xzf golicense_0.1.1_linux_x86_64.tar.gz -C tmp &&\
45- mv tmp/golicense /usr/local/bin/golicense &&\
46- rm -rf tmp &&\
47- rm golicense_0.1.1_linux_x86_64.tar.gz
43+ RUN wget https://github.com/mitchellh/golicense/releases/download/v0.2.0/golicense_0.2.0_linux_x86_64.tar.gz &&\
44+ tar -xzf golicense_0.2.0_linux_x86_64.tar.gz -C /tmp &&\
45+ mv /tmp/golicense /usr/local/bin/golicense &&\
46+ rm golicense_0.2.0_linux_x86_64.tar.gz
4847
4948
5049ENTRYPOINT ["/bin/bash" , "-l" , "-c" ]
You can’t perform that action at this time.
0 commit comments