fix: jenkinsfile docker image version
This commit is contained in:
parent
d640ecfa27
commit
fe6c5a455a
|
@ -4,7 +4,7 @@ pipeline {
|
|||
agent {
|
||||
docker {
|
||||
label 'linux'
|
||||
image 'statusteam/nim-status-client-build:1.0.4'
|
||||
image 'statusteam/nim-status-client-build:1.1.0'
|
||||
/* allows jenkins use cat and mounts '/dev/fuse' for linuxdeployqt */
|
||||
args '--entrypoint="" --cap-add SYS_ADMIN --security-opt apparmor:unconfined --device /dev/fuse'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue