Skip to content

Commit 164cc87

Browse files
authored
Merge pull request #268 from 877dev/20210206-blynk_server-increment
blynk_server dockerfile has been updated to latest version 0.41.15
2 parents 1a0972b + 3e3335d commit 164cc87

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)