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

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

Merge branch '3286-master-v138' into 'master'

Update to v138.0.7204.97

See merge request !88
parents dea0d46f f2b8aa7e
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -15,9 +15,10 @@ build-docker:
  image: docker:25.0.5-git
  stage: prepare
  rules:
    - if: $CI_PIPELINE_SOURCE != "schedule"
  when: manual
  allow_failure: false
    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
    - if: $CI_COMMIT_BRANCH == "master"
    - if: $CI_COMMIT_TAG
    - when: manual
  tags:
    - generic_privileged
  variables:
+1 −1
Original line number Diff line number Diff line
FROM ubuntu:22.04

ENV CHROMIUM_DIR "/srv/chromium"
ENV CHROMIUM_VER "138.0.7204.50"
ENV CHROMIUM_VER "138.0.7204.97"
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \