Skip to content

Commit

Permalink
Update build.gradle (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
preetkaran20 authored Dec 29, 2022
1 parent dbc4e5e commit 43afd81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
//Community Plugins
plugins {
id("com.diffplug.spotless") version "5.6.1"
id("com.google.cloud.tools.jib") version "3.1.4"
id("com.google.cloud.tools.jib") version "3.3.1"
id("org.sonarqube") version "3.3"
id("jacoco")
}
Expand Down Expand Up @@ -85,6 +85,7 @@ jib {
architecture = 'ppc64le'
os = 'linux'
}
}
}
to {
image = 'sasanlabs/owasp-vulnerableapp:unreleased'
Expand Down

0 comments on commit 43afd81

Please sign in to comment.