File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ USER root
1818
1919# Install corepack & node-gyp dependency
2020RUN microdnf install -y python3 gcc-c++ make && \
21- npm install --build-from-resource node-gyp && \
21+ npm install --build-from-resource node-gyp@12.2.0 && \
2222 npm install -g corepack@0.34.6
2323
2424# Install yarn v4
25- RUN corepack install -g yarn@4
25+ RUN corepack install -g yarn@4.12.0
2626
2727# Project non-specific args
2828ARG PROJECT_NAME
@@ -64,7 +64,7 @@ USER root
6464RUN npm install -g corepack@0.34.6
6565
6666# Install yarn v4
67- RUN corepack install -g yarn@4
67+ RUN corepack install -g yarn@4.12.0
6868
6969# Project non-specific args
7070ARG PROJECT_NAME
@@ -96,7 +96,7 @@ USER root
9696RUN microdnf install shadow-utils -y
9797
9898# Install react-env to update environment variables during runtime
99- RUN npm install -g @beam-australia/react-env
99+ RUN npm install -g @beam-australia/react-env@3.1.1
100100
101101# Project non-specific args
102102ARG PROJECT_NAME
You can’t perform that action at this time.
0 commit comments