Skip to content

Commit

Permalink
Bump base image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Dec 1, 2020
1 parent 2ab36fe commit dbe3f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ ubuntu_task:
build_script: >
packer build -force \
-var 'gcp_project_id=cirrus-images' \
-var 'gce_base_image_version=v20201008' \
-var 'gce_base_image_version=v20201130' \
googlecompute/ubuntu_images.json
windows_task:
version_script: packer --version
build_script: >
packer build -force \
-var 'gcp_project_id=cirrus-images' \
-var 'gce_base_image_version=v20200908' \
-var 'gce_base_image_version=v20201110' \
-var 'java_version=11' \
googlecompute/windows_images.json

0 comments on commit dbe3f64

Please sign in to comment.