Docker image based on official cURL docker image, adding envsubst command for execute placeholders substitution when executing cURL commands.
It should be auto-built based in the repo tags, but you can do the same manually executing the next command:
DOCKER_TAG=8.11.1 \
IMAGE_NAME=softonic/curl-envsubst:${DOCKER_TAG} \
DOCKER_REPO=softonic/curl-envsubst \
hooks/build