mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-05 18:29:52 +00:00
Update Docker image to use node:18-alpine3.16 (#14915)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:16-alpine3.15 as base
|
||||
FROM node:18-alpine3.16 as base
|
||||
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache tzdata eudev tini
|
||||
|
||||
Reference in New Issue
Block a user