Bump to Chrome 109, Beta 0.8.0-beta.1 Release (#215)

- bump to chrome-109 image
- bump uwsgi to fix intermittent build errors
-remove installs moved to base image
bump to 0.8.0-beta.1
This commit is contained in:
Ilya Kreymer 2023-01-30 19:00:33 -08:00 committed by GitHub
parent 38a9dbdaae
commit 10e61d4c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 8 deletions

View file

@ -1,10 +1,7 @@
ARG BROWSER_IMAGE_BASE=webrecorder/browsertrix-browser-base ARG BROWSER_VERSION=109
ARG BROWSER_VERSION=105 ARG BROWSER_IMAGE_BASE=webrecorder/browsertrix-browser-base:chrome-${BROWSER_VERSION}
FROM ${BROWSER_IMAGE_BASE}:${BROWSER_VERSION} FROM ${BROWSER_IMAGE_BASE}
# TODO: Move this into base image
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -qqy jq x11vnc
# needed to add args to main build stage # needed to add args to main build stage
ARG BROWSER_VERSION ARG BROWSER_VERSION
@ -23,7 +20,7 @@ ENV PROXY_HOST=localhost \
WORKDIR /app WORKDIR /app
ADD requirements.txt /app/ ADD requirements.txt /app/
RUN pip install 'uwsgi==2.0.20' RUN pip install 'uwsgi==2.0.21'
RUN pip install -U setuptools; pip install -r requirements.txt RUN pip install -U setuptools; pip install -r requirements.txt
ADD package.json /app/ ADD package.json /app/

View file

@ -1,6 +1,6 @@
{ {
"name": "browsertrix-crawler", "name": "browsertrix-crawler",
"version": "0.8.0-beta.0", "version": "0.8.0-beta.1",
"main": "browsertrix-crawler", "main": "browsertrix-crawler",
"type": "module", "type": "module",
"repository": "https://github.com/webrecorder/browsertrix-crawler", "repository": "https://github.com/webrecorder/browsertrix-crawler",