Skip to content

Commit

Permalink
Merge pull request #517 from Security-Onion-Solutions/jertel/23curb
Browse files Browse the repository at this point in the history
pin curator deps to match 2.3.280
  • Loading branch information
TOoSmOotH authored Feb 28, 2024
2 parents 1a12d47 + 7944c56 commit d2ded7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion so-curator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ENV LC_ALL=en_US.UTF-8
USER root

RUN apk --no-cache add python3 py-setuptools py-pip gcc libffi py-cffi python3-dev libffi-dev py-openssl musl-dev linux-headers openssl-dev && \
pip install elasticsearch-curator && \
pip install urllib3==2.0.7 certifi==2023.7.22 elastic-transport==8.10.0 voluptuous==0.13.1 elasticsearch-curator==8.0.8 && \
apk del gcc python3-dev libffi-dev musl-dev linux-headers openssl-dev

RUN addgroup -g ${GID} ${USERNAME} && \
Expand Down

0 comments on commit d2ded7e

Please sign in to comment.