You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Even if this issue (https://github.com/mbloch/mapshaper/issues/364) got fixed we will keep the redirect to stay backward compatible in this build script)
version=$(docker run --rm freifunkhamm/mapshaper:latest --version 2>&1)
echo "${version}"
echo "${SHELL}"
# Tag image with current version string, too
docker tag freifunkhamm/mapshaper:latest "freifunkhamm/mapshaper:${version}"