mirror of
https://github.com/flutter/packages.git
synced 2025-07-02 08:34:31 +08:00
Pin dockerfile dependencies. (#668)
This commit is contained in:
@ -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 && \
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user