Skip to content

Commit 1810c84

Browse files
committed
0.9.1
1 parent 25ee002 commit 1810c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ docker tag typesense/docsearch-scraper-base:${SCRAPER_BASE_VERSION} typesense/do
154154
docker push typesense/docsearch-scraper-base:latest
155155

156156
# Build a new version of the scraper Docker container
157-
export SCRAPER_VERSION="0.9.0"
157+
export SCRAPER_VERSION="0.9.1"
158158
export SCRAPER_BASE_VERSION="latest"
159159
docker buildx build -f ./scraper/dev/docker/Dockerfile --build-arg SCRAPER_BASE_VERSION=${SCRAPER_BASE_VERSION} -t typesense/docsearch-scraper:${SCRAPER_VERSION} .
160160
docker push typesense/docsearch-scraper:${SCRAPER_VERSION}

0 commit comments

Comments
 (0)