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

Bump s6-overlay to v3.2.0.0 and fix env warnings #472

Merged
merged 1 commit into from
Sep 28, 2024

Conversation

xlionjuan
Copy link
Contributor

  • Bump s6-overlay to v3.2.0.0.
  • Fix LegacyKeyValueFormat warnings

Error will shown while building:

 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 15)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 16)

Solution: Add = between env name and value

ENV RELAY=relay.example.com
ENV ENCRYPTED_ONLY=0

@rustdesk rustdesk merged commit b7bab80 into rustdesk:master Sep 28, 2024
2 of 4 checks passed
@xlionjuan xlionjuan deleted the bump-s6-version branch September 29, 2024 20:56
@xlionjuan xlionjuan restored the bump-s6-version branch September 29, 2024 20:56
@xlionjuan xlionjuan deleted the bump-s6-version branch September 29, 2024 20:56
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