From adea6be4f78b73d47166c207838020d3a058da37 Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Mon, 3 Aug 2020 21:40:35 +0200 Subject: [PATCH] bump to alpine 3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a58fa9..d823c7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 +FROM alpine:3.12 RUN apk -U upgrade && apk add mosquitto mosquitto-clients openssl EXPOSE 8883 ENTRYPOINT ["mosquitto", "-c", "/etc/mosquitto/mosquitto.conf"]