alpine version bump

This commit is contained in:
Paolo Asperti 2021-10-01 15:41:46 +02:00
parent 1ee1efc57d
commit 95942e9948
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.14
RUN \
apk -U upgrade && apk add mosquitto mosquitto-clients openssl && \
echo "log_dest stdout" >/etc/mosquitto/mosquitto.conf