Open hotwebmatter opened 2 years ago
The latest Composer no longer matches the sha384sum hard-coded on line 11:
sha384sum
https://github.com/drupalpod/drupalpod-starterkit/blob/main/.gitpod/Dockerfile#L11
Luckily, there is a better way to install the latest Composer programmatically.
Patch incoming.
https://github.com/drupalpod/drupalpod-starterkit/pull/19
The latest Composer no longer matches the
sha384sum
hard-coded on line 11:https://github.com/drupalpod/drupalpod-starterkit/blob/main/.gitpod/Dockerfile#L11
Luckily, there is a better way to install the latest Composer programmatically.
Patch incoming.