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