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

Dockerfile: avoid using legacy key value format #617

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

minh-bq
Copy link
Contributor

@minh-bq minh-bq commented Oct 29, 2024

Change from ENV key value to ENV key=value format which is recommended in Docker's documentation
(https://docs.docker.com/reference/build-checks/legacy-key-value-format/). This commit also uppercases AS to match with FROM.

Change from ENV key value to ENV key=value format which is recommended in
Docker's documentation
(https://docs.docker.com/reference/build-checks/legacy-key-value-format/). This
commit also uppercases AS to match with FROM.
@minh-bq minh-bq merged commit 3c463cb into axieinfinity:master Oct 29, 2024
1 check passed
@minh-bq minh-bq deleted the fix/dockerfile branch October 29, 2024 03:59
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