Use Bookworm for the frontend build as well

This commit is contained in:
Trenton H 2023-06-13 13:43:38 -07:00
parent 43b76cce1c
commit f5b5ebd86f

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