Skip to content

Commit

Permalink
fix: jenkinsfile docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos authored and jakubgs committed Oct 19, 2021
1 parent d640ecf commit fe6c5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.linux
Expand Up @@ -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'
}
Expand Down

0 comments on commit fe6c5a4

Please sign in to comment.