Skip to content

Commit b2da029

Browse files
committed
security updates
1 parent 6b57870 commit b2da029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY --chown=node:node package.json ./
1616
COPY --chown=node:node yarn.lock ./
1717

1818
# Install Yarn 4 globally
19-
RUN corepack enable && yarn set version stable
19+
RUN corepack enable && corepack prepare yarn@4.0.2 --activate
2020

2121
# Bring in the source of the Ziti BrowZer Bootstrapper to the working folder
2222
COPY --chown=node:node index.js .

0 commit comments

Comments
 (0)