We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b57870 commit b2da029Copy full SHA for b2da029
Dockerfile
@@ -16,7 +16,7 @@ COPY --chown=node:node package.json ./
16
COPY --chown=node:node yarn.lock ./
17
18
# Install Yarn 4 globally
19
-RUN corepack enable && yarn set version stable
+RUN corepack enable && corepack prepare yarn@4.0.2 --activate
20
21
# Bring in the source of the Ziti BrowZer Bootstrapper to the working folder
22
COPY --chown=node:node index.js .
0 commit comments