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 @@ -46,11 +46,10 @@ RUN ln -s /usr/local/go/bin/go /usr/bin/go
4646RUN ln -s /usr/local/go/bin/gofmt/usr/bin/gofmt
4747
4848
49- RUN wget https://github.com/mitchellh/golicense/releases/download/v0.1.1/golicense_0.1.1_linux_x86_64.tar.gz &&\
50- tar -xzf golicense_0.1.1_linux_x86_64.tar.gz -C tmp &&\
51- mv tmp/golicense /usr/local/bin/golicense &&\
52- rm -rf tmp &&\
53- rm golicense_0.1.1_linux_x86_64.tar.gz
49+ RUN wget https://github.com/mitchellh/golicense/releases/download/v0.2.0/golicense_0.2.0_linux_x86_64.tar.gz &&\
50+ tar -xzf golicense_0.2.0_linux_x86_64.tar.gz -C /tmp &&\
51+ mv /tmp/golicense /usr/local/bin/golicense &&\
52+ rm golicense_0.2.0_linux_x86_64.tar.gz
5453
5554
5655ENTRYPOINT ["/bin/bash" , "-l" , "-c" ]
You can’t perform that action at this time.
0 commit comments