From e940533abd4c0e2c59efc66f4076114ed7e586ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:14:54 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v22 --- ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 7328f54..1865036 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -1,6 +1,6 @@ FROM gcr.io/kaniko-project/executor:debug as kaniko -FROM ubuntu:20.04 +FROM ubuntu:22.04 ARG TARGETARCH ARG TERRAFORM_VERSION=0.15.5 ARG TERRAGRUNT_VERSION=0.36.1