Skip to content

Commit 2f90d7f

Browse files
authored
Merge pull request #6 from corelight/topic/carl.lewis/updated_program_versions
- updated some program versions
2 parents a072497 + fb1ef89 commit 2f90d7f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ RUN ln -s /usr/local/go/bin/go /usr/bin/go
4646
RUN 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

5655
ENTRYPOINT ["/bin/bash", "-l", "-c"]

0 commit comments

Comments
 (0)