Skip to content

Commit

Permalink
feat: update to beta17 of nexe
Browse files Browse the repository at this point in the history
Signed-off-by: wilmardo <[email protected]>
  • Loading branch information
wilmardo committed Feb 5, 2021
1 parent 940ec7a commit decec82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG ARCHITECTURE
#######################################################################################################################
# Nexe packaging of binary
#######################################################################################################################
FROM lansible/nexe:4.0.0-beta.6-${ARCHITECTURE} as builder
FROM lansible/nexe:4.0.0-beta.17-${ARCHITECTURE} as builder

ENV VERSION=1.17.1

Expand All @@ -26,9 +26,10 @@ RUN CORES=$(grep -c '^processor' /proc/cpuinfo); \

# Package the binary
# Create /data to copy into final stage
RUN nexe --build --target alpine --output zigbee2mqtt && \
RUN nexe --build --output zigbee2mqtt && \
mkdir /data


#######################################################################################################################
# Final scratch image
#######################################################################################################################
Expand Down

0 comments on commit decec82

Please sign in to comment.