Skip to content

Commit b9393a0

Browse files
committed
fix(node): arg scoping
1 parent 549386c commit b9393a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARG ALPINE_VERSION=3.21
2-
ARG PNPM_VERSION=latest
32

43
FROM node:lts-alpine${ALPINE_VERSION}
54
LABEL maintainer="[email protected]"
5+
ARG PNPM_VERSION=latest
66

77
## Install basic packages
88
RUN apk add --no-cache \

0 commit comments

Comments
 (0)