Skip to content

Commit

Permalink
build(deps): bump eclipse-temurin from 21-jdk-alpine to 23-jdk-alpine…
Browse files Browse the repository at this point in the history
… in /examples-ca/channel-operations/deployment (#593)

* upgrade version to 3.20.3 version [skip ci]

* build(deps): bump eclipse-temurin

Bumps eclipse-temurin from 21-jdk-alpine to 23-jdk-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Release Bot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JuanC Galvis <[email protected]>
  • Loading branch information
3 people authored Dec 4, 2024
1 parent f3a46c0 commit 55721ad
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:21-jdk-alpine
FROM eclipse-temurin:23-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 55721ad

Please sign in to comment.