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

Use equals sign (=) instead of space as ENV variable separator #753

Merged
merged 3 commits into from
Nov 11, 2024

Conversation

jpkleemans
Copy link
Contributor

@jpkleemans jpkleemans commented Nov 11, 2024

I got the following error in my CI: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
image

See https://docs.docker.com/reference/build-checks/legacy-key-value-format/

This PR makes sure all ENV variable definitions use the "correct" ENV key=value syntax

@taylorotwell taylorotwell merged commit d17abae into laravel:1.x Nov 11, 2024
10 checks passed
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