diff --git a/docker/benchbase/fullimage/Dockerfile b/docker/benchbase/fullimage/Dockerfile index 3b726177f..e20c4e25b 100644 --- a/docker/benchbase/fullimage/Dockerfile +++ b/docker/benchbase/fullimage/Dockerfile @@ -1,7 +1,7 @@ # TODO: Use a multi-stage build to build the fullimage from the devcontainer. # Use a smaller base image that only has the jre, not the full jdk. -FROM eclipse-temurin:23-jre AS fullimage +FROM eclipse-temurin:24-jre AS fullimage LABEL org.opencontainers.image.source = "https://github.com/cmu-db/benchbase/"