diff --git a/Dockerfile b/Dockerfile index 646e97e..160beab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## 1. Build Frontend -FROM node:20-alpine3.18 AS build-frontend +FROM node:20-bookworm AS build-frontend WORKDIR /project COPY . . ENV CGO_ENABLED 0