From 2fd772dc23a9e340b9cb94543463ba3e4c828a29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:53:06 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e291d93..c87f2ae 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:22.04 LABEL maintainer="code0987" ENV VERSION_SDK_TOOLS "4333796"