We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ee002 commit 1810c84Copy full SHA for 1810c84
README.md
@@ -154,7 +154,7 @@ docker tag typesense/docsearch-scraper-base:${SCRAPER_BASE_VERSION} typesense/do
154
docker push typesense/docsearch-scraper-base:latest
155
156
# Build a new version of the scraper Docker container
157
-export SCRAPER_VERSION="0.9.0"
+export SCRAPER_VERSION="0.9.1"
158
export SCRAPER_BASE_VERSION="latest"
159
docker buildx build -f ./scraper/dev/docker/Dockerfile --build-arg SCRAPER_BASE_VERSION=${SCRAPER_BASE_VERSION} -t typesense/docsearch-scraper:${SCRAPER_VERSION} .
160
docker push typesense/docsearch-scraper:${SCRAPER_VERSION}
0 commit comments