Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Alonso committed Jun 3, 2016
1 parent d81c46f commit 088ac15
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 && \
git checkout tags/5.2.1 && \
npm install

# Run PEP Proxy
Expand Down

0 comments on commit 088ac15

Please sign in to comment.