Skip to content

Commit c2e6200

Browse files
authored
Updating cirrus docker image to ubuntu focal. (flutter#128291)
Bug:https://bugs.chromium.org/p/chromium/issues/detail?id=1446086
1 parent 32a1c27 commit c2e6200

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/ci/docker_linux/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@
1212

1313
# Last manual update 2021-09-24 (changing this comment will re-build image)
1414

15-
FROM ubuntu:bionic@sha256:eb1392bbdde63147bc2b4ff1a4053dcfe6d15e4dfd3cce29e9b9f52a4f88bc74
15+
FROM ubuntu:focal@sha256:b795f8e0caaaacad9859a9a38fe1c78154f8301fdaf0872eaf1520d66d9c0b98
1616
MAINTAINER Flutter Developers <[email protected]>
1717

18+
ENV TZ=America/Los_Angeles
19+
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
20+
1821
RUN apt-get update -y && \
1922
apt-get upgrade -y
2023

0 commit comments

Comments
 (0)