Use Bookworm for the frontend build as well

This commit is contained in:
Trenton H 2023-06-13 13:43:38 -07:00
parent 1324d17d87
commit 57ec9e6b13

View File

@ -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