From e78e9f33c0a29d008838b8f23cb3e59667c5d6e0 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 19 Aug 2022 16:44:24 -0700 Subject: [PATCH] CI: update x86_64-linux tarball --- ci/zinc/drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/zinc/drone.yml b/ci/zinc/drone.yml index 38185df7e7..fc14ad3ec9 100644 --- a/ci/zinc/drone.yml +++ b/ci/zinc/drone.yml @@ -10,12 +10,12 @@ workspace: steps: - name: test_stage3_debug - image: ci/debian-amd64:11.1-6 + image: ci/debian-amd64:11.1-7 commands: - ./ci/zinc/linux_test_stage3_debug.sh - name: test_stage3_release - image: ci/debian-amd64:11.1-6 + image: ci/debian-amd64:11.1-7 commands: - ./ci/zinc/linux_test_stage3_release.sh @@ -28,7 +28,7 @@ steps: - master event: - push - image: ci/debian-amd64:11.1-6 + image: ci/debian-amd64:11.1-7 environment: AWS_ACCESS_KEY_ID: from_secret: AWS_ACCESS_KEY_ID