From 9df54fe95c377062d87ab360d0e03916eddc1288 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Mar 2023 05:04:04 +0800 Subject: [PATCH] Update gateway-rs to latest GA v1.0.0-rc.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 156c198..3d803d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM balenalib/raspberry-pi-debian-python:bullseye-run-20221215 as runner WORKDIR /opt/nebra-gatewayrs ARG SYSTEM_TIMEZONE=Europe/London -ARG GATEWAY_RS_RELEASE=v1.0.0-rc.2 +ARG GATEWAY_RS_RELEASE=v1.0.0-rc.3 ENV GATEWAY_RS_RELEASE $GATEWAY_RS_RELEASE # Pull in latest helium gatewayrs deb file and install