From 00951ac085a3f27f0922fa269704ca7f976ed203 Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Thu, 11 May 2023 15:15:01 +0100 Subject: [PATCH] build: update docker job image and install libnotify-bin --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 236e963..45f4411 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ test: &test - checkout - run: name: Install Dependencies - command: apt-get update && apt-get install -y curl git ncurses-bin + command: apt-get update && apt-get install -y curl git ncurses-bin libnotify-bin - run: name: Download requirements command: | @@ -25,7 +25,7 @@ test: &test jobs: lint: docker: - - image: "python:3.7-stretch" + - image: "python:3.11" steps: - checkout - run: