1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

ui: bump nodejs to 18 (LTS) (#381)

This commit is contained in:
James Hillyerd
2023-08-25 12:11:45 -07:00
committed by GitHub
parent 0ae452ed17
commit 7c13a98ad2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
### Build frontend
# Due to no official elm compiler for arm; build frontend with amd64.
FROM --platform=linux/amd64 node:16 as frontend
FROM --platform=linux/amd64 node:18 as frontend
WORKDIR /build
COPY . .
WORKDIR /build/ui