Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.x] Fix NODE_VERSION on build. #274

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

finagin
Copy link
Contributor

@finagin finagin commented Nov 8, 2021

If NODE_VERSION declared as ENV variable and overwritten in docker-compose.yml, new value is not available in build.
It's must be declared as ARG and overwritten in build.args section on the service.
Ref: #261

If `NODE_VERSION` declared as `ENV` variable and overwritten in `docker-compose.yml`, new value is not available in build.
@finagin finagin changed the title [1.x] Fix NODE_VERSION on buid. [1.x] Fix NODE_VERSION on build. Nov 8, 2021
@taylorotwell taylorotwell merged commit 4e43fe7 into laravel:1.x Nov 8, 2021
@finagin finagin deleted the fix/node-version branch November 8, 2021 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants