6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-02-04 02:08:26 +00:00
tutor/changelog.d/20240621_172314_regis.md
Régis Behmo d9a2c24d34 fix: docker build deprecation warnings
With the latest Docker upgrade, we got the following warnings during
build:

    FromAsCasing: 'as' and 'FROM' keywords' casing do not match
    LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
2024-06-21 17:23:51 +02:00

65 B

  • [Bugfix] Fix legacy warnings during Docker build. (by @regisb)