From 3c21f0aafb3682fd3a2fea72a0aff8bcab298002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:35:15 +0000 Subject: [PATCH] Bump debian from 12.5-slim to 12.6-slim Bumps debian from 12.5-slim to 12.6-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65953c4..82d8392 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ # https://www.howtoforge.com/update-the-ispconfig-perfect-server-from-debian-10-to-debian-11/ # -FROM debian:12.5-slim +FROM debian:12.6-slim LABEL maintainer="mail@jcrooke.net" LABEL description="ISPConfig 3.2 on Debian Bookworm, with Roundcube mail, phpMyAdmin and more"