diff --git a/examples-ca/channel-operations/deployment/Dockerfile b/examples-ca/channel-operations/deployment/Dockerfile index 622396ab..210fe793 100644 --- a/examples-ca/channel-operations/deployment/Dockerfile +++ b/examples-ca/channel-operations/deployment/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17-jdk-alpine +FROM eclipse-temurin:21-jdk-alpine VOLUME /tmp COPY channel-operations.jar app.jar ENV JAVA_OPTS="-XX:+UseContainerSupport -XX:MaxRAMPercentage=70 -Djava.security.egd=file:/dev/./urandom"