Skip to content

Commit

Permalink
Change minideb tag (#44)
Browse files Browse the repository at this point in the history
* change minideb tag
  • Loading branch information
pyToshka authored Jan 8, 2024
1 parent 67593eb commit bda2d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ images/Dockerfie.*
tests
.pytest_cache
.tfcache
.dccache
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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:latest-amd64
FROM bitnami/minideb:bookworm
LABEL maintainer="[email protected]"
LABEL version="4.3.10"
LABEL description="Wazuh Docker Agent"
Expand Down

0 comments on commit bda2d61

Please sign in to comment.