mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
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:
parent
38a9dbdaae
commit
10e61d4c85
2 changed files with 5 additions and 8 deletions
11
Dockerfile
11
Dockerfile
|
@ -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/
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue