Skip to content

Commit b1e41cf

Browse files
pin corepack@0.34.6 under Dockerfile
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent 6cd1ad7 commit b1e41cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ USER root
1919
# Install corepack & node-gyp dependency
2020
RUN microdnf install -y python3 gcc-c++ make && \
2121
npm install --build-from-resource node-gyp && \
22-
npm install -g corepack
22+
npm install -g corepack@0.34.6
2323

2424
# Install yarn v4
2525
RUN corepack install -g yarn@4
@@ -60,7 +60,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-22-minimal@sha256:ff6a2fec646bbc42f6
6060
USER root
6161

6262
# Install corepack
63-
RUN npm install -g corepack
63+
RUN npm install -g corepack@0.34.6
6464

6565
# Install yarn v4
6666
RUN corepack install -g yarn@4

0 commit comments

Comments
 (0)