tutor-notes/changelog.d/20240621_170044_regis.md
Régis Behmo 9671824e1f 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:12:57 +02:00

2 lines
65 B
Markdown

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