From 171a524bf72fa0c4df1a30ca6e5144688366821e Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Wed, 28 Aug 2024 10:54:07 +0200 Subject: [PATCH] Update Dockerfile --- dockerfiles/agent-discovery/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/agent-discovery/Dockerfile b/dockerfiles/agent-discovery/Dockerfile index 9c757eb3..21a2cb99 100644 --- a/dockerfiles/agent-discovery/Dockerfile +++ b/dockerfiles/agent-discovery/Dockerfile @@ -1,7 +1,7 @@ # This Dockerfile is used to prepare a Debian-based Docker image with several utilities installed. # We start from the Debian 'bookworm' image dated 2023-11-20. -FROM debian:bookworm-20240812-slim as prepare-stage +FROM debian:bookworm-20240722-slim as prepare-stage # Copy all shell scripts from the current directory to /usr/local/bin/ in the image. COPY *sh /usr/local/bin/