Skip to content

Commit 3e3335d

Browse files
committed
The Dockerfile has been updated to use the latest version 0.41.15
Changes in 0.41.15 are: Sometimes timer is not removed issue fixed Dependencies updated Added property to disable certificate renewal Fixed NPE in mqtt handler Added property to support only TLSv1.3 and TLSv1.2 Increased pool size for the DB and getServer command Fixed OTA after netty libraries updated
1 parent 00f2dd9 commit 3e3335d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/blynk_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER 877dev <[email protected]>
55
#RUN apt-get install -y apt-utils
66
#RUN apt-get install -y default-jdk curl
77

8-
ENV BLYNK_SERVER_VERSION 0.41.14
8+
ENV BLYNK_SERVER_VERSION 0.41.15
99
RUN mkdir /blynk
1010
RUN curl -L https://github.com/blynkkk/blynk-server/releases/download/v${BLYNK_SERVER_VERSION}/server-${BLYNK_SERVER_VERSION}.jar > /blynk/server.jar
1111

0 commit comments

Comments
 (0)