docker: pin to alpine 3.13 for l2geth
A bug has appeared when older versions of Docker are used to build alpine based images in alpine version 3.14. To prevent this problem from happening to the users, this PR pins the version to 3.13. The observed problem is that `make` cannot run any command and the error message states `Operation not permitted.` Removing `make` was one way to solve the problem but that would increase the diff from upstream geth. See these links for details: https://github.com/alpinelinux/docker-alpine/issues/182 https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0
Showing
Please register or sign in to comment