diff --git a/security-gateway/uaa/Dockerfile b/security-gateway/uaa/Dockerfile index 7cf4aec..1c635e8 100644 --- a/security-gateway/uaa/Dockerfile +++ b/security-gateway/uaa/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update \ # Download the UAA Web Application Archive from Maven Central ENV UAA_VERSION=4.30.0 RUN wget \ - http://central.maven.org/maven2/org/cloudfoundry/identity/cloudfoundry-identity-uaa/$UAA_VERSION/cloudfoundry-identity-uaa-$UAA_VERSION.war \ + https://repo1.maven.org/maven2/org/cloudfoundry/identity/cloudfoundry-identity-uaa/$UAA_VERSION/cloudfoundry-identity-uaa-$UAA_VERSION.war \ -O $CATALINA_HOME/webapps/uaa.war # Configure the UAA @@ -33,4 +33,4 @@ EXPOSE 8090 # To build use `docker build --tag uaa .` # To run use `docker run -p 8888:8090 --name=uaa uaa` -# To test use `http://localhost:8888/uaa/login` User: user1 Password: password \ No newline at end of file +# To test use `http://localhost:8888/uaa/login` User: user1 Password: password