Skip to content

Commit 79f91e9

Browse files
committed
feat: update to 6.12.0
Signed-off-by: wilmardo <info@wilmardenouden.nl>
1 parent aeeed3a commit 79f91e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM lansible/nexe:4.0.0-beta.19 as builder
55

66
# https://github.com/docker/buildx#building-multi-platform-images
77
ARG TARGETPLATFORM
8-
ENV VERSION=v6.10.0
8+
ENV VERSION=v6.12.0
99

1010
# Add unprivileged user
1111
RUN echo "zwavejs2mqtt:x:1000:1000:zwavejs2mqtt:/:" > /etc_passwd
@@ -38,7 +38,6 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
3838
export TARGETPLATFORM="linux/x64"; \
3939
fi && \
4040
export PLATFORM=${TARGETPLATFORM/\//-}; \
41-
echo ${PLATFORM} > platform; \
4241
find . -name *.node -path *prebuilds/* -not -path *${PLATFORM}* -name *.node -delete && \
4342
find . -name *.glibc.node -path *prebuilds/* -delete
4443

0 commit comments

Comments
 (0)