Skip to content

Commit

Permalink
cbpManager: update jre
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Oct 8, 2024
1 parent 8f76243 commit fb23043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cbpManager/services/shinyproxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine as build
RUN mkdir -p /opt/shinyproxy/
RUN wget https://www.shinyproxy.io/downloads/shinyproxy-2.5.0.jar -O /opt/shinyproxy/shinyproxy.jar

FROM gcr.io/distroless/java-debian10:11
FROM gcr.io/distroless/java21-debian12

COPY --from=build /opt/shinyproxy/shinyproxy.jar /app/shinyproxy.jar
COPY application.yml /app/application.yml
Expand Down

0 comments on commit fb23043

Please sign in to comment.