From faa2889960f90f8a2a7a55aaadd62a6db135bf4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:50:29 +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 6862e52f..1ee0ff89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ trigger: steps: - name: fetch - image: ubuntu:18.04 + image: ubuntu:22.04 commands: - apt-get update - apt-get install -y git @@ -53,7 +53,7 @@ trigger: steps: - name: fetch - image: ubuntu:18.04 + image: ubuntu:22.04 commands: - apt-get update - apt-get install -y git