From ec820bce29a6fc95814d71391e1d0b7046219e3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:10:34 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v22 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 241a6a7c..8a3cf84c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: steps: - name: fetch - image: ubuntu:18.04 + image: ubuntu:22.04 commands: - apt-get update - apt-get install -y git @@ -129,7 +129,7 @@ trigger: steps: - name: fetch - image: ubuntu:18.04 + image: ubuntu:22.04 commands: - apt-get update - apt-get install -y git