mirror of
https://github.com/caprover/caprover
synced 2026-05-03 10:10:29 +00:00
Added notes to avoid accidential bumping up nodejs version
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# NodeJS v20 freezes when building for multiarch
|
||||
# https://github.com/nodejs/docker-node/issues/2155
|
||||
|
||||
FROM node:18-alpine
|
||||
RUN apk add --update --no-cache make gcc g++ git curl openssl openssh
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# NodeJS v20 freezes when building for multiarch
|
||||
# https://github.com/nodejs/docker-node/issues/2155
|
||||
|
||||
FROM node:18-alpine
|
||||
RUN apk add --update --no-cache make gcc g++ git curl openssl openssh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user