From c11873eee10c3733826b24a835cb2f01ab6ad132 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:11:34 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v12.2 in dockerfile (#3859) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b885383c51..65f809f601 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # what distro is the image being built for ARG ALPINE_TAG=3.18.4 -ARG DEBIAN_TAG=12.1-slim +ARG DEBIAN_TAG=12.2-slim ARG DEFAULT_TERRAFORM_VERSION=1.5.7 ARG DEFAULT_CONFTEST_VERSION=0.46.0