From 719a81a7d8f66284e276ca5a7c5b7ba7d9882f56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 20:16:42 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v12.1 in dockerfile (#3630) 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 19f856f112..3c38f36aae 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.2 -ARG DEBIAN_TAG=12.0-slim +ARG DEBIAN_TAG=12.1-slim # Stage 1: build artifact and download deps