From acaa89a612945210e000e8495b3d822aed42743f Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:59:32 +0100 Subject: [PATCH] Dart: add 2.18 and 2.18 image as an option --- generic/dart/egg-dart-generic.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/generic/dart/egg-dart-generic.json b/generic/dart/egg-dart-generic.json index 07daec89..5e012d50 100644 --- a/generic/dart/egg-dart-generic.json +++ b/generic/dart/egg-dart-generic.json @@ -4,13 +4,15 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-07-07T16:11:46-07:00", + "exported_at": "2023-02-24T17:58:34+01:00", "name": "dart generic", "author": "alden@knoban.com", "description": "A generic dart CLI egg.\r\n\r\nThis will clone a dart CLI application. it defaults to master if no branch is specified.\r\n\r\nInstalls the pubspec.yaml packages on run. If you set user_upload then I assume you know what you are doing.", "features": null, "docker_images": { - "ghcr.io/parkervcp/yolks:dart_2.17": "ghcr.io/parkervcp/yolks:dart_2.17" + "Dart_2.19": "ghcr.io\/parkervcp\/yolks:dart_2.19", + "Dart_2.18": "ghcr.io\/parkervcp\/yolks:dart_2.18", + "Dart_2.17": "ghcr.io\/parkervcp\/yolks:dart_2.17" }, "file_denylist": [], "startup": "if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == \"1\" ]]; then git pull; fi; dart pub get; dart run",