Skip to content

Commit

Permalink
add chrome/chromium 105, bump node to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Oct 18, 2022
1 parent 929693d commit fd7e118
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
context: .
push: true
build-args: VERSION=101
build-args: VERSION=105
tags: ${{ steps.prep.outputs.tags }}
platforms: "linux/amd64,linux/arm64"
-
Expand Down
3 changes: 3 additions & 0 deletions 105/linux/amd64/google-chrome-stable-105.0.5195.102-1.deb
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -qqy software-p

RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh && bash /tmp/nodesource_setup.sh \
&& curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh && bash /tmp/nodesource_setup.sh \
&& apt-get update -y && apt-get install -qqy nodejs yarn \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export VERSION=101
export VERSION=105
# build just for local platform
docker buildx build --build-arg VERSION=$VERSION --load -t webrecorder/browsertrix-browser-base:$VERSION .
docker buildx build --build-arg VERSION=$VERSION --progress simple --load -t webrecorder/browsertrix-browser-base:$VERSION .

0 comments on commit fd7e118

Please sign in to comment.