From fb0ad3d466b89d4ee72c45b5eb0b4188297b2310 Mon Sep 17 00:00:00 2001 From: Jean-Yves <7360784+docjyJ@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:58:34 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6871dea..16f58ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY --chmod=775 entrypoint.sh /entrypoint.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh COPY --chmod=775 webadmin.sh /webadmin.sh -RUN apt-get install --no-install-recommends -y curl=7.88.1-10+deb12u7 +RUN apt-get install --no-install-recommends -y curl EXPOSE 10003