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

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

Dockerfile: update chromium version to 134.0.6998.89

parent f027e876
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 "133.0.6943.99"
ENV CHROMIUM_VER "134.0.6998.89"

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