Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-ben authored Feb 23, 2024
1 parent fb149ee commit fac7e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG IMAGE_TAG=2023.9-14019
ARG IMAGE_TAG=2024.1.1-15844

FROM public.ecr.aws/portswigger/enterprise-scan-container:${IMAGE_TAG}

Expand All @@ -23,4 +23,4 @@ RUN python3.11 -m ensurepip --default-pip \

ENV PYTHONUNBUFFERED 1

ENTRYPOINT ["burp_wrapper"]
ENTRYPOINT ["burp_wrapper"]

0 comments on commit fac7e5b

Please sign in to comment.