Skip to content

Commit

Permalink
fixed the version to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Sep 10, 2024
1 parent 3c87301 commit ad41fdb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epicbox-java/24/Dockerfile → epicbox-java/23/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:24-slim
FROM openjdk:23-slim

ARG GSON_LIB_URL=https://repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
ARG JAVAX_JSON_API_LIB_URL=https://repo1.maven.org/maven2/javax/json/javax.json-api/1.1.4/javax.json-api-1.1.4.jar
Expand Down
File renamed without changes.
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:24-slim
FROM openjdk:23-slim

ARG COMPILER_URL=https://github.com/JetBrains/kotlin/releases/download/v2.0.0/kotlin-compiler-2.0.0.zip
ARG KOTLINX_ATOMICFU_JVM_URL=https://repo1.maven.org/maven2/org/jetbrains/kotlinx/atomicfu-jvm/0.25.0/atomicfu-jvm-0.25.0.jar
Expand Down

0 comments on commit ad41fdb

Please sign in to comment.