API Platform version(s) affected: 3.0.10
Description
Unable to use the provided Dockerfile to build caddy service.
During the caddy image build (builder), an error occurs and seems to be linked to the latest stable version of caddy.
crypto/ecdh: Package crypto/ecdh is not in GOROOT
How to reproduce
Just get the 3.0.10 release of API-Platform and docker compose build.
Possible Solution
As a workaround, I just used the 2.7-builder-alpine tag for caddy build and 2.7-alpine for caddy runner.
API Platform version(s) affected: 3.0.10
Description
Unable to use the provided Dockerfile to build
caddyservice.During the
caddyimage build (builder), an error occurs and seems to be linked to the latest stable version of caddy.crypto/ecdh: Package crypto/ecdh is not in GOROOTHow to reproduce
Just get the 3.0.10 release of API-Platform and
docker compose build.Possible Solution
As a workaround, I just used the
2.7-builder-alpinetag forcaddybuild and2.7-alpineforcaddyrunner.