Skip to content

Commit 795b61f

Browse files
authored
Switch base image in Dockerfile to eclipse-temurin:21-jdk-jammy for improved compatibility. (#45)
1 parent 434bfbd commit 795b61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:24-jdk-bookworm
1+
FROM eclipse-temurin:21-jdk-jammy
22
LABEL maintainer="[email protected]"
33

44
# Install native compilation dependencies.

0 commit comments

Comments
 (0)