We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549386c commit b9393a0Copy full SHA for b9393a0
node.Dockerfile
@@ -1,8 +1,8 @@
1
ARG ALPINE_VERSION=3.21
2
-ARG PNPM_VERSION=latest
3
4
FROM node:lts-alpine${ALPINE_VERSION}
5
LABEL maintainer="[email protected]"
+ARG PNPM_VERSION=latest
6
7
## Install basic packages
8
RUN apk add --no-cache \
0 commit comments