Fix Docker container not starting on Raspberry Pi. https://github.com/Koenkk/zigbee2mqtt/issues/7662

This commit is contained in:
Koen Kanters 2021-06-02 19:42:20 +02:00
parent 89cb4f9536
commit ac5ebae639

View File

@ -1,4 +1,4 @@
FROM node:14-alpine3.13 as base
FROM node:14-alpine3.12 as base
WORKDIR /app
RUN apk add --no-cache tzdata eudev tini