File tree Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Expand file tree Collapse file tree 6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ ENV PATH ./vendor/bin:/composer/vendor/bin:/root/.composer/vendor/bin:/usr/local
4040
4141# Install NVM
4242RUN touch ~/.bashrc
43- RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0 /install.sh | bash
43+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
4444RUN export NVM_DIR="$([ -z " ${XDG_CONFIG_HOME-}" ] && printf %s " ${HOME}/.nvm" || printf %s " ${XDG_CONFIG_HOME}/nvm")" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ ENV PATH ./vendor/bin:/composer/vendor/bin:/root/.composer/vendor/bin:/usr/local
4040
4141# Install NVM
4242RUN touch ~/.bashrc
43- RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0 /install.sh | bash
43+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
4444RUN export NVM_DIR="$([ -z " ${XDG_CONFIG_HOME-}" ] && printf %s " ${HOME}/.nvm" || printf %s " ${XDG_CONFIG_HOME}/nvm")" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ ENV PATH ./vendor/bin:/composer/vendor/bin:/root/.composer/vendor/bin:/usr/local
4141
4242# Install NVM
4343RUN touch ~/.bashrc
44- RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0 /install.sh | bash
44+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
4545RUN export NVM_DIR="$([ -z " ${XDG_CONFIG_HOME-}" ] && printf %s " ${HOME}/.nvm" || printf %s " ${XDG_CONFIG_HOME}/nvm")" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
2323 install-php-extensions \
2424 @composer \
2525 redis-stable \
26- imagick-stable \
26+ imagick/imagick@master \
2727 xdebug-stable \
2828 bcmath \
2929 calendar \
@@ -41,5 +41,5 @@ ENV PATH ./vendor/bin:/composer/vendor/bin:/root/.composer/vendor/bin:/usr/local
4141
4242# Install NVM
4343RUN touch ~/.bashrc
44- RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0 /install.sh | bash
44+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1 /install.sh | bash
4545RUN export NVM_DIR="$([ -z " ${XDG_CONFIG_HOME-}" ] && printf %s " ${HOME}/.nvm" || printf %s " ${XDG_CONFIG_HOME}/nvm")" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
2323 install-php-extensions \
2424 @composer \
2525 redis-stable \
26- imagick-stable \
26+ imagick/imagick@master \
2727 xdebug-stable \
2828 bcmath \
2929 calendar \
Original file line number Diff line number Diff line change 1111| 8.1 | 8.1 | ✅ Everything. |
1212| 8.2 | 8.2 | ✅ Everything. |
1313| 8.3 | 8.3 | ✅ Everything. |
14+ | 8.4 | 8.4 | ✅ Everything. |
You can’t perform that action at this time.
0 commit comments