Skip to content

Commit d6fd391

Browse files
authored
Update tomcat to get uaa working again (#4472)
Fixes #4471
1 parent 3b284a1 commit d6fd391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/images/uaa/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN yq e '.issuer.uri = "http://localhost:8080"' -i /uaa.yml \
2020
&& yq e '.uaa.url = .issuer.uri' -i /uaa.yml
2121

2222
# Runtime image
23-
FROM tomcat:9-jdk21
23+
FROM tomcat:10-jdk21
2424

2525
# Copy config file from yq image
2626
COPY --from=yq /uaa.yml /uaa.yml

0 commit comments

Comments
 (0)