diff --git a/docker/benchbase/fullimage/Dockerfile b/docker/benchbase/fullimage/Dockerfile index 3ce9e7be7..3b726177f 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:21-jre AS fullimage +FROM eclipse-temurin:23-jre AS fullimage LABEL org.opencontainers.image.source = "https://github.com/cmu-db/benchbase/"