We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd1ad7 commit b1e41cfCopy full SHA for b1e41cf
Dockerfile
@@ -19,7 +19,7 @@ USER root
19
# Install corepack & node-gyp dependency
20
RUN microdnf install -y python3 gcc-c++ make && \
21
npm install --build-from-resource node-gyp && \
22
- npm install -g corepack
+ npm install -g corepack@0.34.6
23
24
# Install yarn v4
25
RUN corepack install -g yarn@4
@@ -60,7 +60,7 @@ FROM registry.access.redhat.com/ubi9/nodejs-22-minimal@sha256:ff6a2fec646bbc42f6
60
USER root
61
62
# Install corepack
63
-RUN npm install -g corepack
+RUN npm install -g corepack@0.34.6
64
65
66
0 commit comments