From 71c9f858c69d21a95b277741ce4e9987c87dff37 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 1 Nov 2021 10:11:19 -0700 Subject: [PATCH] Run update.sh --- dart/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/dart/README.md b/dart/README.md index fd7176295..a9227b044 100644 --- a/dart/README.md +++ b/dart/README.md @@ -52,8 +52,6 @@ Dart is a client-optimized language for developing fast apps on any platform. It By utilizing Dart's support for ahead-of-time (AOT) [compilation to executables](https://dart.dev/tools/dart-compile#exe), you can create very small runtime images (~10 MB). -![logo](https://raw.githubusercontent.com/docker-library/docs/cf81e8931a69bf4fcbc86ec39cae8c9f90c1be10/dart/logo.png) - ## Using this image We recommend using small runtime images that leverage Dart's support for ahead-of-time (AOT) [compilation to executables](https://dart.dev/tools/dart-compile#exe). This enables creating small runtime images (~10 MB).