From 57ec9e6b136449ca6bb1b4ef2314fbb8061b593f Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:43:38 -0700 Subject: [PATCH] Use Bookworm for the frontend build as well --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93399120d..10b793715 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # Purpose: Compiles the frontend # Notes: # - Does NPM stuff with Typescript and such -FROM --platform=$BUILDPLATFORM docker.io/node:16-bullseye-slim AS compile-frontend +FROM --platform=$BUILDPLATFORM docker.io/node:16-bookworm-slim AS compile-frontend COPY ./src-ui /src/src-ui