Browse Source

upgrade brave v1.20.110 -> v1.22.71

Fabian Peter Hammerle 3 years ago
parent
commit
5e59ed06fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -21,7 +21,7 @@ RUN apt-get update \
         > /etc/apt/sources.list.d/brave-browser-release.list \
     && useradd --create-home browser
 
-ARG BRAVE_BROWSER_PACKAGE_VERSION=1.20.110
+ARG BRAVE_BROWSER_PACKAGE_VERSION=1.22.71
 RUN apt-get update \
     && apt-cache policy brave-browser \
     && apt-get install --yes --no-install-recommends \