Skip to content

Commit

Permalink
vendor: bump nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
nanmu42 committed Sep 17, 2024
1 parent 84e0acf commit 47d977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 47d977b

Please sign in to comment.