From 589bef61f261e76101940de8227dabe1231b7cd1 Mon Sep 17 00:00:00 2001 From: Darrell Date: Tue, 3 Dec 2024 10:25:02 +0900 Subject: [PATCH] using minimal image instead --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f75c0d88..8d30aefa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Use the official Ubuntu 24.04 image as the base image -FROM ubuntu:24.04 +# Build Stage with a minimal image +FROM debian:bullseye-slim AS builder # Set the working directory WORKDIR /usr/src/app