Skip to content

Commit

Permalink
Bump openjdk from 17.0.1-slim to 18.0.2-slim in /epicbox-kotlin
Browse files Browse the repository at this point in the history
Bumps openjdk from 17.0.1-slim to 18.0.2-slim.

---
updated-dependencies:
- dependency-name: openjdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 01008e5 commit ed409db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epicbox-kotlin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17.0.1-slim
FROM openjdk:18.0.2-slim

ARG COMPILER_URL=https://github.com/JetBrains/kotlin/releases/download/v1.9.10/kotlin-compiler-1.9.10.zip
ARG KOTLINX_ATOMICFU_JVM_URL=https://repo1.maven.org/maven2/org/jetbrains/kotlinx/atomicfu-jvm/0.22.0/atomicfu-jvm-0.22.0.jar
Expand Down

0 comments on commit ed409db

Please sign in to comment.