Added notes to avoid accidential bumping up nodejs version

This commit is contained in:
Kasra Bigdeli
2024-10-20 22:51:04 -07:00
parent 045eafdec4
commit fd2cb7e1db
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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
+3
View File
@@ -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