diff --git a/Dockerfile b/Dockerfile index 5e316dbae5..fe0baf13b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ # sudo docker build -t spiderfoot-test --build-arg REQUIREMENTS=test/requirements.txt . # sudo docker run --rm spiderfoot-test -m pytest --flake8 . -FROM alpine:3.12.4 AS build +FROM alpine:3.18 AS build ARG REQUIREMENTS=requirements.txt RUN apk add --no-cache gcc git curl python3 python3-dev py3-pip swig tinyxml-dev \ python3-dev musl-dev openssl-dev libffi-dev libxslt-dev libxml2-dev jpeg-dev \ @@ -49,7 +49,7 @@ RUN pip3 install -r "$REQUIREMENTS" -FROM alpine:3.13.0 +FROM alpine:3.18 WORKDIR /home/spiderfoot # Place database and logs outside installation directory