Skip to content

Commit 58857ea

Browse files
committed
chore: update uaa war release download location
1 parent bf028b1 commit 58857ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile-uaa

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ RUN mkdir /tomcat
1515
RUN mv apache-tomcat-9.0.45/* /tomcat
1616
RUN rm -rf /tomcat/webapps/*
1717

18-
RUN wget https://github.com/starkandwayne/uaa-war-releases/releases/download/v75.13.0/cloudfoundry-identity-uaa-75.13.0.war
19-
RUN echo "d818c36615876299ee0efa49b85bb6cf1467cb1b2b39a5e13eb5220282affbee94eec168e4ae15e7a326131f18129b42209019962172d1da4f6c9b85bdd9c408 cloudfoundry-identity-uaa-75.13.0.war" | sha512sum -c
20-
RUN mv cloudfoundry-identity-uaa-75.13.0.war /tomcat/webapps/ROOT.war
18+
RUN wget https://github.com/qarik-group/uaa-war-releases/releases/download/v76.5.0/cloudfoundry-identity-uaa-76.5.0.war
19+
RUN echo "99e3d5c166abc3400553d82022aca2caa921f4776d53d0402528f223fb02d521f7407789479b23489429fff4c6bd9382c8b31f324ebdc8c83dc55688d8668987 cloudfoundry-identity-uaa-76.5.0.war" | sha512sum -c
20+
RUN mv cloudfoundry-identity-uaa-76.5.0.war /tomcat/webapps/ROOT.war
2121
RUN sed -i s/INFO/WARNING/g /tomcat/conf/logging.properties
2222
RUN sed -i s/FINE/WARNING/g /tomcat/conf/logging.properties
2323
RUN touch /tomcat/lib/log4j2.properties

0 commit comments

Comments
 (0)