You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,9 @@
16
16
17
17
FROM openjdk:8-jre
18
18
19
-
ARG GATEWAY_VERSION=1.4.0
20
-
ARG GATEWAY_PATCH_VERSION=.1
21
-
22
-
RUN wget https://github.com/thingsboard/thingsboard-gateway/releases/download/v${GATEWAY_VERSION}${GATEWAY_PATCH_VERSION}/tb-gateway-${GATEWAY_VERSION}.deb \
23
-
&& dpkg -i tb-gateway-${GATEWAY_VERSION}.deb \
24
-
&& rm tb-gateway-${GATEWAY_VERSION}.deb
19
+
RUN wget https://github.com/thingsboard/thingsboard-gateway/releases/download/v2.0.4-draft1/tb-gateway.deb \
0 commit comments