From 1103a91064beb2de668b8fc61410d96862983f91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 01:16:15 +0000 Subject: [PATCH] Update docker.io/debian Docker tag to v12.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2ba234..0803a63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/debian:12.2-slim as base +FROM docker.io/debian:12.6-slim as base RUN apt-get update \ && apt-get install -y --no-install-recommends \