Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump bitnami/minideb from 2c269ea to 98859e2 #109

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:2c269eaa9fbb84eddaa738296b95b336487587e13b9012d20a9bf3165d7ae93e as builder
FROM bitnami/minideb@sha256:98859e2982724efee69432bb20b5528f72d0ca260557850f016f26d854771c1a 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:2c269eaa9fbb84eddaa738296b95b336487587e13b9012d20a9bf3165d7ae93e
FROM bitnami/minideb@sha256:98859e2982724efee69432bb20b5528f72d0ca260557850f016f26d854771c1a
LABEL maintainer="[email protected]"
LABEL description="Wazuh Docker Agent"
ARG AGENT_VERSION="4.3.10-1"
Expand Down
Loading