Skip to content

Commit

Permalink
build(deps): bump bitnami/minideb from bce8004 to b015b8e
Browse files Browse the repository at this point in the history
Bumps bitnami/minideb from `bce8004` to `b015b8e`.

---
updated-dependencies:
- dependency-name: bitnami/minideb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent eeee946 commit 3774361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM bitnami/minideb@sha256:bce8004f7da6547bc568e92895e1b3a3835e6dba48283fbbf9b3f66c1d166c6d as builder
FROM bitnami/minideb@sha256:b015b8e2e65993176085695f2ad6f34db502e427141cd460a82894fe5763e36c 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:b015b8e2e65993176085695f2ad6f34db502e427141cd460a82894fe5763e36c
LABEL maintainer="[email protected]"
LABEL description="Wazuh Docker Agent"
ARG AGENT_VERSION="4.7.2-1"
Expand Down

0 comments on commit 3774361

Please sign in to comment.