Skip to content

Commit

Permalink
minor #15988 Change the default NODE_VERSION to 18 (jakubtobiasz)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | `1.13`

From what I see, all our PR-based envs fails since we bumped the min. node version to 18 :p.

Commits
-------
  Change the default NODE_VERSION to 18
  • Loading branch information
Wojdylak committed Mar 13, 2024
2 parents 05b77bc + 867bed8 commit 02952c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bunnyshell/docker/php/Dockerfile
Expand Up @@ -2,7 +2,7 @@
# https://docs.docker.com/compose/compose-file/#target

ARG PHP_VERSION=8.1
ARG NODE_VERSION=16
ARG NODE_VERSION=18
ARG ALPINE_VERSION=3.15
ARG COMPOSER_VERSION=2.4
ARG PHP_EXTENSION_INSTALLER_VERSION=latest
Expand Down

0 comments on commit 02952c7

Please sign in to comment.