From a2758d1a0b814ca856ec4fb050617ac3a854ad5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 05:01:49 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v12 in dockerfile (#3524) 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 4ee1fe1993..38b88cf16d 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.0 -ARG DEBIAN_TAG=11.7-slim +ARG DEBIAN_TAG=12.0-slim # Stage 1: build artifact and download deps