]> Untitled Git - lemmy-ui.git/commitdiff
hardcoded node version due to bug "Text file busy" error introduced in node 20.3...
authorPeter Willemsen <peter@codebuffet.co>
Fri, 16 Jun 2023 15:45:36 +0000 (17:45 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 15:45:36 +0000 (11:45 -0400)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Dockerfile
dev.dockerfile

index 3d6d6212d8dc4401373873cf3d9bb67cf5cfbecb..2b36581d28d6ceebe2a891d35abe15fb9da410a3 100644 (file)
@@ -1,4 +1,4 @@
-FROM node:alpine as builder\r
+FROM node:20.2-alpine as builder\r
 RUN apk update && apk add curl yarn python3 build-base gcc wget git --no-cache\r
 RUN curl -sf https://gobinaries.com/tj/node-prune | sh\r
 \r
index 0e925c0a90dfca99dceb40c7186bc82e79fb757d..3bfc10daed7f14b92853e908e5e16c488f45e1e3 100644 (file)
@@ -1,4 +1,4 @@
-FROM node:alpine as builder\r
+FROM node:20.2-alpine as builder\r
 RUN apk update && apk add curl yarn python3 build-base gcc wget git --no-cache\r
 \r
 WORKDIR /usr/src/app\r