kitchen-docker icon indicating copy to clipboard operation
kitchen-docker copied to clipboard

fix: Use newer syntax for ENV variables

Open RulerOf opened this issue 1 year ago • 1 comments

Description

Current versions of Docker Desktop will output a LegacyKeyValueFormat warning when using 'ENV key value' syntax. We switch to the updated 'ENV key=value' syntax.

Type of Change

  • _fix_

Check List

RulerOf avatar Jul 31 '24 18:07 RulerOf

Blocked on #418

damacus avatar Mar 17 '25 15:03 damacus