Skip to content

Commit 53dad46

Browse files
author
Gonzalo Matheu
committed
1 parent af2076a commit 53dad46

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@
1616

1717
FROM openjdk:8-jre
1818

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 \
20+
&& dpkg -i tb-gateway.deb \
21+
&& rm tb-gateway.deb
2522
ADD run-application.sh /run-application.sh
2623

2724
CMD /run-application.sh

0 commit comments

Comments
 (0)