Update docker image node to v18 (#4149)

This commit is contained in:
shamoon 2023-09-08 16:48:02 -07:00 committed by GitHub
parent ec971d0473
commit b9fdf68be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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-bookworm-slim AS compile-frontend
FROM --platform=$BUILDPLATFORM docker.io/node:18-bookworm-slim AS compile-frontend
COPY ./src-ui /src/src-ui