Skip to content

Commit

Permalink
Merge pull request #105 from semrush/fix-chromium-launch
Browse files Browse the repository at this point in the history
fix: bump next version for chromium and fix launch command, update li…
  • Loading branch information
insidieux authored May 26, 2024
2 parents 609aa6d + d55600f commit 9c528bf
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 168 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test: npm-test
.PHONY: docker-build
docker-build:
docker rmi --force ${DOCKER_IMAGE}:${DOCKER_TAG} || true
docker build -f ${CURDIR}/docker/Dockerfile -t ${DOCKER_IMAGE}:${DOCKER_TAG} --progress plain .
docker build -f ${CURDIR}/docker/Dockerfile -t ${DOCKER_IMAGE}:${DOCKER_TAG} --progress plain --no-cache .

.PHONY: build
build: docker-build
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN npm ci --omit dev

FROM node:${NODE_VERSION}

ARG CHROMIUM_VERSION=125.0.6422.76-1~deb12u1
ARG CHROMIUM_VERSION=125.0.6422.112-1~deb12u1
ENV CHROMIUM_VERSION=${CHROMIUM_VERSION}
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium

Expand Down
213 changes: 51 additions & 162 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c528bf

Please sign in to comment.