From 1964a2d96729ac5028658bb15cfcae14a564574a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 22:07:00 +0000 Subject: [PATCH] chore: Update ubuntu Docker tag to v22 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 37120cabf..28672c071 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -from ubuntu:20.04 +from ubuntu:22.04 # Referenced https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md # ubuntu-latest https://github.com/actions/virtual-environments