Skip to content

Commit

Permalink
pin mosquitto
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 23, 2023
1 parent 1c03dc8 commit 231f1ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion wis2box-broker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
###############################################################################

FROM eclipse-mosquitto
FROM eclipse-mosquitto:2.0.15

RUN mkdir -p /data/wis2box/mosquitto
RUN ln -s /mosquitto /data/wis2box/mosquitto
Expand Down
1 change: 0 additions & 1 deletion wis2box-broker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if [ -f /tmp/wis2box.crt ]; then
cp /mosquitto/config/mosquitto-ssl.conf /mosquitto/config/mosquitto.conf
else
echo "SSL disabled"
cp /mosquitto/config/mosquitto.conf /mosquitto/config/mosquitto.conf
fi

echo "Setting mosquitto authentication"
Expand Down

0 comments on commit 231f1ed

Please sign in to comment.