Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2461db5 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Dockerfile: update chromium version to 132.0.6834.83

parent 38e41103
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM ubuntu:20.04

ENV CHROMIUM_DIR "/srv/chromium"
ENV CHROMIUM_VER "131.0.6778.140"
ENV CHROMIUM_VER "132.0.6834.83"

RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive \