From 82fd4225cb961beb4d4f24c48e28dc4315f58c2a Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sun, 3 May 2020 22:14:27 -0400 Subject: [PATCH] CircleCI: testing build against latest gawk to see if gawk problem in #668 and #710 is gone with upgraded gpg toolstack to latest versions --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6da031e8b..f6813c421 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: ubuntu:18.04 + - image: debian:bullseye steps: - run: name: Install dependencies