Skip to content

Commit

Permalink
pinned Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Feb 5, 2025
1 parent 3dad267 commit 027faf9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flan-scan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:latest as build
RUN apk --no-cache add git \
&& git clone https://github.com/cloudflare/flan /opt/flan

FROM python:3-alpine
FROM python:3.9-alpine AS base
LABEL maintainer=heywoodlh

COPY --from=build /opt/flan/aws_push.py /
Expand All @@ -21,4 +21,6 @@ RUN apk add --no-cache nmap nmap-scripts git \
&& apk del git \
&& chmod +x /run.sh

FROM base

ENTRYPOINT ["/bin/sh", "-c", "/run.sh"]

0 comments on commit 027faf9

Please sign in to comment.