Skip to content

Commit

Permalink
Updated dockerfile to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Alonso authored Jun 4, 2018
1 parent 92dc5d4 commit c01ef8e
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/7.0.0 && \
git checkout tags/7.0.1 && \
npm install

# Run PEP Proxy
Expand Down

0 comments on commit c01ef8e

Please sign in to comment.