diff --git a/extras/docker/Dockerfile b/extras/docker/Dockerfile index ca9e8e7..7ce2b16 100644 --- a/extras/docker/Dockerfile +++ b/extras/docker/Dockerfile @@ -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