From a85b159bbfd0b2c3db9014ecd65a8ff1bd2596e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:45:51 +0000 Subject: [PATCH] build(deps): bump bitnami/minideb from `bce8004` to `fda72d2` Bumps bitnami/minideb from `bce8004` to `fda72d2`. --- updated-dependencies: - dependency-name: bitnami/minideb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 63f7d38..d8d1572 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM bitnami/minideb@sha256:bce8004f7da6547bc568e92895e1b3a3835e6dba48283fbbf9b3f66c1d166c6d as builder +FROM bitnami/minideb@sha256:fda72d2d097e9465a671121c704c5f27038a4b9739dedd5f4a8abd1d9b0c4780 as builder COPY requirements.txt /tmp RUN install_packages python3-pip python3-setuptools python3-dev gcc && \ python3 -m pip wheel -w /tmp/wheel -r /tmp/requirements.txt -FROM bitnami/minideb@sha256:bce8004f7da6547bc568e92895e1b3a3835e6dba48283fbbf9b3f66c1d166c6d +FROM bitnami/minideb@sha256:fda72d2d097e9465a671121c704c5f27038a4b9739dedd5f4a8abd1d9b0c4780 LABEL maintainer="support@opennix.ru" LABEL description="Wazuh Docker Agent" ARG AGENT_VERSION="4.7.2-1"