DefangLabs / samples

Samples to show you how to create and deploy apps with Defang.
1 stars 2 forks source link

Fix golang samples: there are no golang-slim images #207

Closed jordanstephens closed 1 month ago

jordanstephens commented 1 month ago

Updating golang samples to avoid bad reference to golang-slim images. These images do not exist.

We still don't want to use alpine, so we are using the full sized images. These images already have ca-certificates and curl installed, so we don't need to add them as a separate step.

Samples Checklist

✅ All good!