From a737100f59ddbe2744664ace37511324322a42e9 Mon Sep 17 00:00:00 2001 From: Wilmar den Ouden Date: Mon, 4 Sep 2023 16:44:12 +0200 Subject: [PATCH] chore: update to 1.33.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4fb24a4..41ff85a 100755 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM lansible/nexe:4.0.0-rc.2 as builder # https://github.com/docker/buildx#building-multi-platform-images ARG TARGETPLATFORM # https://github.com/Koenkk/zigbee2mqtt/releases -ENV VERSION=1.32.2 +ENV VERSION=1.33.0 # Add unprivileged user RUN echo "zigbee2mqtt:x:1000:1000:zigbee2mqtt:/:" > /etc_passwd