Skip to content

Commit 2f64feb

Browse files
committed
update to brave: 1.62.165
update to node 20.x
1 parent 098300d commit 2f64feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

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

brave-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.61.104
1+
1.62.165

0 commit comments

Comments
 (0)