From 5814209814829315e51dcd2ac19838bfbc5d83e8 Mon Sep 17 00:00:00 2001 From: Clivia <132346501+Yanyutin753@users.noreply.github.com> Date: Fri, 16 Feb 2024 22:08:31 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfiles/Dockerfile b/Dockerfiles/Dockerfile index 98e2c9c..bd796c0 100644 --- a/Dockerfiles/Dockerfile +++ b/Dockerfiles/Dockerfile @@ -14,7 +14,7 @@ RUN chmod +x mvnw RUN ./mvnw --no-transfer-progress native:compile -Pnative # Use a lightweight Linux base image with just enough runtime dependencies -FROM alpine:latest +FROM container-registry.oracle.com/os/oraclelinux:8-slim # Expose port 8080 for the application EXPOSE 8080