Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c2d3def

Browse files
[ci] Update the Dockerfile to a newer base image (#4614)
1 parent 4f1c6f3 commit c2d3def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Flutter version is not important here, since the CI scripts update Flutter
22
# before running. What matters is that the base image is pinned to minimize
33
# unintended changes when modifying this file.
4-
FROM cirrusci/flutter:2.2.2
4+
FROM cirrusci/flutter:2.8.0
55

66
RUN apt-get update -y
77

0 commit comments

Comments
 (0)