Skip to content

Commit

Permalink
update jre to support recent versions of burp. Closes #12
Browse files Browse the repository at this point in the history
  • Loading branch information
morisson committed Mar 2, 2023
1 parent bead728 commit 565d10f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions burp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM debian
FROM debian:bullseye-slim

RUN apt-get update && \
apt-get -yqq dist-upgrade
RUN apt-get -yqq install default-jre && \
RUN apt-get -yqq install openjdk-17-jdk && \
apt-get autoremove -yqq && \
apt-get clean && \
/bin/rm -rf /var/lib/apt/lists/*
Expand Down
3 changes: 2 additions & 1 deletion burp/conf/burp.config
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"dns": {
"interfaces" : [{
"publicAddress": ["IP"],
"localAddress":"0.0.0.0"
"localAddress":"0.0.0.0",
"name":"ns1"
}],
"port" : 8053,
}
Expand Down

0 comments on commit 565d10f

Please sign in to comment.