GoogleCloudPlatform / functions-framework-dart

FaaS (Function as a service) framework for writing portable Dart functions
https://pub.dev/packages/functions_framework
Apache License 2.0
537 stars 54 forks source link

sample project created via dartfn should use official docker images #277

Closed weenzeel closed 3 years ago

weenzeel commented 3 years ago

Hi!

When scaffolding a new project via the dartfn cli tool, the generated docker image is not the official one from DockerHub. The official image included in the example folders of this project looks like the official one, but the image in the template folders used by the dartfn tool seems to be an older version.

Could this be corrected so that we always get the official image for new projects?

Thanks!

weenzeel commented 3 years ago

Great job! Thanks! đź‘Ť

kevmoo commented 3 years ago

This is now fixed – thanks to @subfuzion – update dartfn and you should be good to go!

kevmoo commented 3 years ago

er, sorry – wrong bug!