exercism / elm-analyzer

GNU Affero General Public License v3.0
1 stars 4 forks source link

Remove curl specific version #35

Closed jiegillet closed 2 years ago

jiegillet commented 2 years ago

The analyzer is down at the moment because lts-alpine is not happy with the specific version of curl. This should fix it. EDIT: it's not actually down, sorry. The new check didn't get released, that's all.

jiegillet commented 2 years ago

OK, it builds, @ErikSchierboom could you review and merge this?

ErikSchierboom commented 2 years ago

EDIT: it's not actually down, sorry. The new check didn't get released, that's all.

If the Dockerfile fails to build, the old image will instead be used. So once a working analyzer has been published, we should never have a non-working one (unless its internal functionality is wrong of course).

jiegillet commented 2 years ago

Thank you! That's good, I admit panicked a bit when I saw the failed deployment :p