Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
tag change to 'latest'
  • Loading branch information
rusakovichma authored Jun 26, 2024
1 parent d572a36 commit 313b882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {
stage("threat modeling") {
agent {
docker {
image "rusakovichma/tic-taac:1.1.4"
image "rusakovichma/tic-taac:latest"
args '''\
--user 0 \
--volume ${WORKSPACE}/threat-model:/threat-model:ro \
Expand Down Expand Up @@ -34,4 +34,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 313b882

Please sign in to comment.