2 Commits a5df9e1b8d ... ce133c89ec

Author SHA1 Message Date
  dependabot[bot] ce133c89ec Bump debian from 11.4-slim to 11.5-slim (#24) 1 year ago
  Fabian Peter Hammerle 8324743570 upgrade default browser package from v1.41.96 to v1.43.93 1 year ago
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -1,4 +1,4 @@
-FROM docker.io/debian:11.4-slim
+FROM docker.io/debian:11.5-slim
 
 # manually installing libgl1 to fix some browser crashes
 # and to reduce ubiquitous "Aw, Snap!" errors ("Error code: 6"):
@@ -22,7 +22,7 @@ RUN apt-get update \
         > /etc/apt/sources.list.d/brave-browser-release.list \
     && useradd --create-home browser
 
-ARG BRAVE_BROWSER_PACKAGE_VERSION=1.41.96
+ARG BRAVE_BROWSER_PACKAGE_VERSION=1.43.93
 RUN apt-get update \
     && apt-cache policy brave-browser \
     && apt-get install --yes --no-install-recommends \