Skip to content

Commit

Permalink
Update upgrade path
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Feb 2, 2022
1 parent 20e00e1 commit dcb4294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions full-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:latest
RUN apt-get update && apt-get -yy install wget
ENV version="1.1.0"
RUN wget https://github.com/mobilecoinofficial/full-service/releases/download/v$version/mainnet-release-linux-penryn-$version.tar.gz -O full-service.tar.gz
ENV version="1.3.0"
RUN wget https://github.com/mobilecoinofficial/full-service/releases/download/v$version/linux-v$version.tar.gz -O full-service.tar.gz
RUN tar xf full-service.tar.gz && rm full-service.tar.gz
WORKDIR /mainnet
WORKDIR /linux-v$version
COPY ./run.sh .
ENTRYPOINT ["/bin/bash", "./run.sh"]

0 comments on commit dcb4294

Please sign in to comment.