From 47d977bc6e99bc7a78b083419e9d1796382cac8c Mon Sep 17 00:00:00 2001 From: nanmu42 Date: Tue, 17 Sep 2024 14:04:08 +0800 Subject: [PATCH] vendor: bump nodejs version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 456ac31..05174d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:alpine3.20 as golang -RUN apk --no-cache add make git tar tzdata ca-certificates nodejs=20.13.1-r0 wget xz +RUN apk --no-cache add make git tar tzdata ca-certificates nodejs wget xz RUN wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm WORKDIR /app