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

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

Dockerfile: update chromium version to 135.0.7049.100

parent da1c5e39
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 "134.0.6998.89"
ENV CHROMIUM_VER "135.0.7049.100"

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