All docker images should use the same base.

This commit is contained in:
Roger A. Light 2022-03-08 16:05:15 +00:00
parent 3cbe805e71
commit 1b7c6b5cbd

View File

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.14
LABEL maintainer="Roger Light <roger@atchoo.org>" \
description="Eclipse Mosquitto MQTT Broker"