We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8a6d4 commit 99e7737Copy full SHA for 99e7737
2 files changed
.gitlab-ci.yml
@@ -7,10 +7,3 @@ include:
7
- remote: https://raw.githubusercontent.com/LANsible/gitlab-includes/master/default.yml
8
- remote: https://raw.githubusercontent.com/LANsible/gitlab-includes/master/docker-build.yml
9
- remote: https://raw.githubusercontent.com/LANsible/gitlab-includes/master/sast-cis-benchmark.yml
10
-
11
-stages:
12
- - lint
13
- - build
14
- - test
15
- - push
16
- - manifest
Dockerfile
@@ -3,7 +3,7 @@
3
#######################################################################################################################
4
FROM lansible/nexe:4.0.0-beta.19 as builder
5
6
-ENV VERSION=v6.1.0
+ENV VERSION=v6.5.1
# Add unprivileged user
RUN echo "zwavejs2mqtt:x:1000:1000:zwavejs2mqtt:/:" > /etc_passwd
0 commit comments