Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.15_6-jdk-noble AS build
FROM eclipse-temurin:24.0.2_12-jdk-noble AS build
# Ubuntu 24.04 LTS noble ^^

RUN apt update && apt install -y git
Expand All @@ -19,7 +19,7 @@ COPY src /tmp/kbsdk/src/
RUN ./gradlew prepareRunnableDir


FROM eclipse-temurin:17.0.15_6-jdk-noble
FROM eclipse-temurin:24.0.2_12-jdk-noble

# install docker
# spent too much time trying to d/l in the build step and install the debs here, not worth it
Expand Down
Loading