Skip to content

Commit

Permalink
build(deps): bump eclipse-temurin
Browse files Browse the repository at this point in the history
Bumps eclipse-temurin from 17-jdk-alpine to 21-jdk-alpine.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 5, 2024
1 parent d78fb25 commit 0396bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples-ca/channel-operations/deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0396bc0

Please sign in to comment.