We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeeed3a commit 79f91e9Copy full SHA for 79f91e9
Dockerfile
@@ -5,7 +5,7 @@ FROM lansible/nexe:4.0.0-beta.19 as builder
5
6
# https://github.com/docker/buildx#building-multi-platform-images
7
ARG TARGETPLATFORM
8
-ENV VERSION=v6.10.0
+ENV VERSION=v6.12.0
9
10
# Add unprivileged user
11
RUN echo "zwavejs2mqtt:x:1000:1000:zwavejs2mqtt:/:" > /etc_passwd
@@ -38,7 +38,6 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
38
export TARGETPLATFORM="linux/x64"; \
39
fi && \
40
export PLATFORM=${TARGETPLATFORM/\//-}; \
41
- echo ${PLATFORM} > platform; \
42
find . -name *.node -path *prebuilds/* -not -path *${PLATFORM}* -name *.node -delete && \
43
find . -name *.glibc.node -path *prebuilds/* -delete
44
0 commit comments