Skip to content

Commit

Permalink
build(deps): bump eclipse-temurin (#471)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 65ed201 commit bb281a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples-ca/example-r2dbc/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 r2dbc-example.jar app.jar
ENV JAVA_OPTS="-XX:+UseContainerSupport -XX:MaxRAMPercentage=70 -Djava.security.egd=file:/dev/./urandom"
Expand Down

0 comments on commit bb281a4

Please sign in to comment.