Skip to content

Commit fd7e118

Browse files
committed
add chrome/chromium 105, bump node to 18.x
1 parent 929693d commit fd7e118

7 files changed

+16
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
context: .
5050
push: true
51-
build-args: VERSION=101
51+
build-args: VERSION=105
5252
tags: ${{ steps.prep.outputs.tags }}
5353
platforms: "linux/amd64,linux/arm64"
5454
-
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8a079176c17d41f5f915cc4a6be804e78c3051bd9e0b70a8d1a9f9af157cd958
3+
size 91348040
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:7570f9a2ae3da0bcc790ba7006d9bbf12c88d4531f51d0f19a50de35413d4098
3+
size 73140568
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ba0a10d30461624eedfd7b779a375dfe3be5470af6a1ee3e53752d2a21f22000
3+
size 1005548
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b93024db38614799e83a915fe0a2cf0e5ce3c8aaa50c83406c322858a27dc321
3+
size 744156

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -qqy software-p
1515

1616
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
1717
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
18-
&& curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh && bash /tmp/nodesource_setup.sh \
18+
&& curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh && bash /tmp/nodesource_setup.sh \
1919
&& apt-get update -y && apt-get install -qqy nodejs yarn \
2020
&& apt-get clean \
2121
&& rm -rf /var/lib/apt/lists/*

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
export VERSION=101
2+
export VERSION=105
33
# build just for local platform
4-
docker buildx build --build-arg VERSION=$VERSION --load -t webrecorder/browsertrix-browser-base:$VERSION .
4+
docker buildx build --build-arg VERSION=$VERSION --progress simple --load -t webrecorder/browsertrix-browser-base:$VERSION .
55

0 commit comments

Comments
 (0)