2 Achegas a5df9e1b8d ... ce133c89ec

Autor SHA1 Mensaxe Data
  dependabot[bot] ce133c89ec Bump debian from 11.4-slim to 11.5-slim (#24) %!s(int64=2) %!d(string=hai) anos
  Fabian Peter Hammerle 8324743570 upgrade default browser package from v1.41.96 to v1.43.93 %!s(int64=2) %!d(string=hai) anos
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 \