Skip to content

Commit

Permalink
feat: update to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmardo authored May 18, 2020
1 parent 93b83b0 commit f08f5ce
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.11 as openzwave-builder

# See old.openzwave.com/downloads/ for latest
ENV VERSION=1.6.1115
ENV VERSION=1.6.1123

# 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=3.1.0
ENV VERSION=3.2.0

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

0 comments on commit f08f5ce

Please sign in to comment.