From c4e74968f3c55d59853cbeed33334df796c63595 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Fri, 13 Oct 2023 20:20:20 +0200 Subject: [PATCH] droning on --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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