Skip to content

Commit

Permalink
fix docker issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Odinmylord committed Jul 24, 2024
1 parent 818d7c9 commit 47c3989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,6 @@ tmp*

# testssl results folder
testssl_dumps/

# poetry lock
poetry.lock
4 changes: 2 additions & 2 deletions dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
},
{
"type": "apt",
"url": "default-jre"
"url": "openjdk-21-jre"
},
{
"type": "apt",
"url": "default-jdk"
"url": "openjdk-21-jdk"
},
{
"type": "apt",
Expand Down

0 comments on commit 47c3989

Please sign in to comment.