Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Newer version of pulled repo
  • Loading branch information
dbb12345 authored Sep 26, 2022
1 parent c65a05c commit 914e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV SERVER=

RUN apt-get update
RUN apt-get install -y wget
RUN wget https://github.com/jhead/phantom/releases/download/v0.5.2/phantom-linux-x64
RUN wget https://github.com/jhead/phantom/releases/download/v0.5.4/phantom-linux-x64
RUN chmod +x phantom-linux-x64

CMD ./phantom-linux-x64 $SERVER

0 comments on commit 914e22a

Please sign in to comment.