File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -84,13 +84,6 @@ RUN apt-get install -y --no-install-recommends \
8484# Confirm NodeJS & NPM are installed
8585RUN node -v && npm -v
8686
87- COPY id_ed25519 /root/.ssh/id_rsa
88- RUN mkdir -p /root/.ssh \
89- && chmod -vf 700 /root/.ssh \
90- && (chmod -vf 600 /root/.ssh/* || true) \
91- && chmod -vf 700 /etc/ssh \
92- && chmod -vf 600 /etc/ssh/*
93-
9487COPY ./.git /hypernode/.git
9588COPY ./bin /hypernode/bin
9689COPY ./ci /hypernode/ci
Original file line number Diff line number Diff line change 1010 export IMAGE_OS=" buster"
1111fi
1212
13- if [[ " ${PHP_VERSION:- 8.2} " == " 8.0" | " ${PHP_VERSION:- 8.2} " == " 8.1" ]]; then
13+ if [[ " ${PHP_VERSION:- 8.2} " == " 8.0" || " ${PHP_VERSION:- 8.2} " == " 8.1" ]]; then
1414 export MAGENTO_VERSION=" 2.4.6-p10"
1515else
1616 export MAGENTO_VERSION=" 2.4.8"
You can’t perform that action at this time.
0 commit comments