tutor-android/changelog.d/20240621_170044_regis.md
Régis Behmo 145ac9519a 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

65 B

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