Skip to content

Commit

Permalink
feat: update to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmardo authored Dec 1, 2020
1 parent e853de6 commit 09a406e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG ARCHITECTURE
FROM multiarch/alpine:${ARCHITECTURE}-v3.12 as openzwave-builder

# See http://old.openzwave.com/downloads/ for latest
ENV VERSION=1.6.1520
ENV VERSION=1.6.1545

# coreutils: needed for openzwave compile
RUN apk --no-cache add \
Expand All @@ -31,7 +31,7 @@ RUN CORES=$(grep -c '^processor' /proc/cpuinfo); \
#######################################################################################################################
FROM lansible/nexe:4.0.0-beta.6-${ARCHITECTURE} as builder

ENV VERSION=4.0.6
ENV VERSION=4.1.0

# Add unprivileged user
RUN echo "zwave2mqtt:x:1000:1000:zwave2mqtt:/:" > /etc_passwd
Expand Down

0 comments on commit 09a406e

Please sign in to comment.