Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Alonso authored Sep 27, 2016
1 parent bb66abe commit ad272ce
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.3.1 && \
git checkout tags/5.4 && \
npm install

# Run PEP Proxy
Expand Down

0 comments on commit ad272ce

Please sign in to comment.