Updating cirrus docker to use Ubuntu image. (#110351)

* Updating cirrus docker to use Ubuntui image.

Bug:https://github.com/flutter/flutter/issues/110295

* Update Dockerfile
This commit is contained in:
yusuf-goog 2022-08-29 10:47:56 -07:00 committed by GitHub
parent c6ec84e978
commit 047cb86453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
# Last manual update 2021-09-24 (changing this comment will re-build image)
FROM debian@sha256:68c1f6bae105595d2ebec1589d9d476ba2939fdb11eaba1daec4ea826635ce75
FROM ubuntu:bionic@sha256:e4771b7160543c6e43968b4e9795be9ddcad9d573edd7cd7aebd3ce61326fc7a
MAINTAINER Flutter Developers <flutter-dev@googlegroups.com>
RUN apt-get update -y && \