Skip to content
Closed
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,4 +1,4 @@
FROM python:3.8-alpine3.12 as builder
FROM python:3.10.0b2-alpine3.12 as builder

RUN apk add --no-cache build-base curl-dev

Expand All @@ -9,7 +9,7 @@ WORKDIR wfuzz/
RUN python setup.py install


FROM python:3.8-alpine3.12
FROM python:3.10.0b2-alpine3.12

RUN apk add --no-cache curl-dev

Expand Down