mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2024-11-08 15:54:51 +00:00
Switch Dockerfile to use current LTS version of Node (#205)
Node 17 current fails due to https://github.com/webpack/webpack/issues/14532. It probably makes sense to use the current LTS version of Node instead of the absolute latest version of Node so these kinds of bleeding edge issues are less likely to happen.
This commit is contained in:
parent
8228d7d2c2
commit
abc9d5154e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Builder
|
||||
FROM node:current as builder
|
||||
FROM node:lts as builder
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
|
|
Loading…
Reference in a new issue