Pin dockerfile dependencies. (#668)

This commit is contained in:
godofredoc
2022-02-04 10:00:14 -08:00
committed by GitHub
parent 9c2e585fc2
commit b2eee5eb56
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Last updated 12/14/2021 (to rebuild the docker image, update this timestamp)
# Last updated 02/04/2022 (to rebuild the docker image, update this timestamp)
# The Flutter version is not important here, since the CI scripts update Flutter
# before running. What matters is that the base image is pinned to minimize
# unintended changes when modifying this file.
FROM cirrusci/flutter:2.8.0
FROM cirrusci/flutter@sha256:02607513bf0b3daf303ab54c495efc4dd5cabf889a201be75c88b1e9888e0f5d
RUN sudo apt-get update && \
sudo apt-get upgrade --yes && \

View File

@ -35,7 +35,7 @@ flutter_upgrade_template: &FLUTTER_UPGRADE_TEMPLATE
task:
gke_container:
dockerfile: .ci/Dockerfile
builder_image_name: docker-builder # gce vm image
builder_image_name: docker-builder-linux # gce vm image
builder_image_project: flutter-cirrus
cluster_name: test-cluster
zone: us-central1-a