diff --git a/README.md b/README.md index a1c78680..3db73f44 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
diff --git a/build.sh b/build.sh index a70bca7c..7711c92f 100755 --- a/build.sh +++ b/build.sh @@ -18,9 +18,8 @@ if [ "$PROTECTED_MODE" == "no" ]; then fi if [ "$1" == "update-version" ]; then - # update the versions in the README.md and Dockerfile + # update the versions in the README.md sed -i '' "s/version-[0-9]*\.[0-9]*\.[0-9]*/version-$VERSION/g" README.md - sed -i '' "s/ENV\ TILE38_VERSION\ [0-9]*\.[0-9]*\.[0-9]*/ENV TILE38_VERSION $VERSION/g" docker/Dockerfile exit fi