fix: code review

This commit is contained in:
Richard Ramos 2022-03-10 10:55:36 -04:00
parent d6ed3ed285
commit 3dfc8d3a79
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ docker run -it --rm \
-u jenkins:$(getent group $(whoami) | cut -d: -f3) \
-v "${PWD}:/status-desktop" \
-w /status-desktop \
statusteam/nim-status-client-build:latest \
statusteam/nim-status-client-build:1.1.4 \
./docker-linux-app-image.sh

View File

@ -4,7 +4,7 @@ pipeline {
agent {
docker {
label 'linux'
image 'statusteam/nim-status-client-build:1.1.3'
image 'statusteam/nim-status-client-build:1.1.4'
/* allows jenkins use cat and mounts '/dev/fuse' for linuxdeployqt */
args '--entrypoint="" --cap-add SYS_ADMIN --security-opt apparmor:unconfined --device /dev/fuse'
}