File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.39.4 /install.sh | bash
43
+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0 /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.39.4 /install.sh | bash
43
+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0 /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 2
2
3
3
🐳 Generic docker image for PHP applications that contains nvm for handling multiple Node.js versions dynamically
4
4
5
- [ ![ Docker Badge] ( https://img.shields.io/docker/pulls/ocreaper/php-nvm )] ( https://hub.docker.com/r/ocreaper/php-nvm/ )
5
+ [ ![ Docker Badge] ( https://img.shields.io/docker/pulls/ocreaper/php-nvm )] ( https://hub.docker.com/r/ocreaper/php-nvm/ ) ![ Static Badge ] ( https://img.shields.io/badge/nvm-v0.40.0-blue )
6
6
7
7
8
8
| Tags | PHP version | Features |
You can’t perform that action at this time.
0 commit comments