diff --git a/java/infra/docker/feature-server/Dockerfile b/java/infra/docker/feature-server/Dockerfile index 8d246ed86aa..4ff295b838a 100644 --- a/java/infra/docker/feature-server/Dockerfile +++ b/java/infra/docker/feature-server/Dockerfile @@ -30,7 +30,7 @@ RUN wget -q https://github.com/grpc-ecosystem/grpc-health-probe/releases/downloa # Build stage 2: Production # ============================================================ -FROM amazoncorretto:11 as production +FROM amazoncorretto:11.0.27 as production ARG VERSION=dev COPY --from=builder /build/serving/target/feast-serving-$VERSION-jar-with-dependencies.jar /opt/feast/feast-serving.jar COPY --from=builder /usr/bin/grpc-health-probe /usr/bin/grpc-health-probe