From dfe6ee076b9fc5261c566f378d2f4bd1fab9d372 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 02:12:30 +0000 Subject: [PATCH] chore(deps): update debian docker tag to v11.7 in dockerfile (#3371) 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 9b80ef913..f5a324a0a 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.17.3 -ARG DEBIAN_TAG=11.6-slim +ARG DEBIAN_TAG=11.7-slim # Stage 1: build artifact and download deps