mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-15 07:09:56 +00:00
Fix Docker container not starting on Raspberry Pi. https://github.com/Koenkk/zigbee2mqtt/issues/7662
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user