Skip to content

Commit

Permalink
Update docker to the Nakama 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mofirouz committed Mar 7, 2017
1 parent 16984ef commit 1d7e620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/nakama/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN ln -sf /dev/stdout data/log/nakama.log

RUN apt-get update; apt-get install -y curl

RUN curl -sL https://github.com/heroiclabs/nakama/releases/download/v0.11.1/nakama-0.11.1-linux-amd64.tar.gz | tar xz
RUN curl -sL https://github.com/heroiclabs/nakama/releases/download/v0.11.3/nakama-0.11.3-linux-amd64.tar.gz | tar xz

EXPOSE 7350 7351

Expand Down

0 comments on commit 1d7e620

Please sign in to comment.