Skip to content

Commit 83d47db

Browse files
committed
Try: pin yao-pkg/pkg version in dockerfile
1 parent 534ed4d commit 83d47db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY package.json package-lock.json ./
66
RUN SKIP_HOOKS=true npm ci
77

88
# Package the import-meta-env as single binary as we don't have node on the production container
9-
RUN npx @yao-pkg/pkg ./node_modules/@import-meta-env/cli/bin/import-meta-env.js \
9+
RUN npx @yao-pkg/pkg@6.12.0 ./node_modules/@import-meta-env/cli/bin/import-meta-env.js \
1010
-t node20-alpine-x64 \
1111
-o import-meta-env-alpine
1212
# To get the git commit hash later

0 commit comments

Comments
 (0)