Skip to content

Commit 313b882

Browse files
authored
Update Jenkinsfile
tag change to 'latest'
1 parent d572a36 commit 313b882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cicd/Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55
stage("threat modeling") {
66
agent {
77
docker {
8-
image "rusakovichma/tic-taac:1.1.4"
8+
image "rusakovichma/tic-taac:latest"
99
args '''\
1010
--user 0 \
1111
--volume ${WORKSPACE}/threat-model:/threat-model:ro \
@@ -34,4 +34,4 @@ pipeline {
3434
}
3535
}
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)