Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
preetkaran20 authored Dec 30, 2022
1 parent 43afd81 commit b096305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jib {
from {
image = 'openjdk:8-jre-alpine'
platforms {

platform {
architecture = 'amd64'
os = 'linux'
Expand All @@ -86,6 +87,7 @@ jib {
os = 'linux'
}
}

}
to {
image = 'sasanlabs/owasp-vulnerableapp:unreleased'
Expand Down

0 comments on commit b096305

Please sign in to comment.