Skip to content

Commit

Permalink
Update burp server and client to Fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
pschiffe committed May 8, 2023
1 parent 9438ad0 commit 86b0802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion burp-client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:38

RUN dnf -y install dnf-plugins-core \
&& dnf -y copr enable yopito/burp2 \
Expand Down
2 changes: 1 addition & 1 deletion burp-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:38

RUN dnf -y install dnf-plugins-core \
&& dnf -y copr enable yopito/burp2 \
Expand Down

0 comments on commit 86b0802

Please sign in to comment.