We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b284a1 commit d6fd391Copy full SHA for d6fd391
1 file changed
.devcontainer/images/uaa/Dockerfile
@@ -20,7 +20,7 @@ RUN yq e '.issuer.uri = "http://localhost:8080"' -i /uaa.yml \
20
&& yq e '.uaa.url = .issuer.uri' -i /uaa.yml
21
22
# Runtime image
23
-FROM tomcat:9-jdk21
+FROM tomcat:10-jdk21
24
25
# Copy config file from yq image
26
COPY --from=yq /uaa.yml /uaa.yml
0 commit comments