From db5cda9df930c8e1adcba18c95cd524c04a03b19 Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:03:43 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index ef570e1..924eb95 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -16,7 +16,7 @@ RUN chmod +x mvnw && \ rm -rf /root/.m2 # Use a lightweight Linux base image with just enough runtime dependencies -FROM ubuntu:latest +FROM photon:latest # Copy the native executable into the containers COPY --from=builder /build/target/gpt-4-copilot gpt-4-copilot