From 9d81ac0204cc99f80c010250de94b81292b87b7a Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Tue, 3 May 2022 18:43:14 -0400 Subject: [PATCH] Don't purge openssl (#2471) * Don't purge openssl This removes all ssl certificates which we don't want to do. * version and changelog --- mosquitto/CHANGELOG.md | 4 ++++ mosquitto/Dockerfile | 1 - mosquitto/config.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mosquitto/CHANGELOG.md b/mosquitto/CHANGELOG.md index 0d514b5..390bbcc 100644 --- a/mosquitto/CHANGELOG.md +++ b/mosquitto/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.1.1 + +- Don't purge openssl in cleanup + ## 6.1.0 - Update mosquitto to 2.0.11 diff --git a/mosquitto/Dockerfile b/mosquitto/Dockerfile index c519eff..143988e 100644 --- a/mosquitto/Dockerfile +++ b/mosquitto/Dockerfile @@ -33,7 +33,6 @@ RUN apt-get update \ git \ mosquitto-dev \ libmosquitto-dev \ - openssl \ libssl-dev \ golang-go \ && apt-get clean \ diff --git a/mosquitto/config.yaml b/mosquitto/config.yaml index 7679ea3..f490831 100644 --- a/mosquitto/config.yaml +++ b/mosquitto/config.yaml @@ -1,5 +1,5 @@ --- -version: 6.1.0 +version: 6.1.1 slug: mosquitto name: Mosquitto broker description: An Open Source MQTT broker