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
40
40
41
41
# Install NVM
42
42
RUN 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
44
44
RUN 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
40
40
41
41
# Install NVM
42
42
RUN 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
44
44
RUN 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
41
41
42
42
# Install NVM
43
43
RUN 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
45
45
RUN 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 && \
23
23
install-php-extensions \
24
24
@composer \
25
25
redis-stable \
26
- imagick-stable \
26
+ imagick/imagick@master \
27
27
xdebug-stable \
28
28
bcmath \
29
29
calendar \
@@ -41,5 +41,5 @@ ENV PATH ./vendor/bin:/composer/vendor/bin:/root/.composer/vendor/bin:/usr/local
41
41
42
42
# Install NVM
43
43
RUN 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
45
45
RUN 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 && \
23
23
install-php-extensions \
24
24
@composer \
25
25
redis-stable \
26
- imagick-stable \
26
+ imagick/imagick@master \
27
27
xdebug-stable \
28
28
bcmath \
29
29
calendar \
Original file line number Diff line number Diff line change 11
11
| 8.1 | 8.1 | ✅ Everything. |
12
12
| 8.2 | 8.2 | ✅ Everything. |
13
13
| 8.3 | 8.3 | ✅ Everything. |
14
+ | 8.4 | 8.4 | ✅ Everything. |
You can’t perform that action at this time.
0 commit comments