Skip to content

Commit

Permalink
New version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aalonsog committed Aug 29, 2016
1 parent 6803aeb commit 0b7422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN sudo apt-get update && \
# Download latest version of the code and install npm dependencies
RUN git clone https://github.com/ging/fiware-pep-proxy.git && \
cd fiware-pep-proxy && \
git checkout tags/5.2.1 && \
git checkout tags/5.3.1 && \
npm install

# Run PEP Proxy
Expand Down

0 comments on commit 0b7422f

Please sign in to comment.