Don't purge openssl (#2471)

* Don't purge openssl

This removes all ssl certificates which we don't want to do.

* version and changelog
This commit is contained in:
Mike Degatano
2022-05-03 18:43:14 -04:00
committed by GitHub
parent 9356ff743b
commit 9d81ac0204
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 6.1.1
- Don't purge openssl in cleanup
## 6.1.0 ## 6.1.0
- Update mosquitto to 2.0.11 - Update mosquitto to 2.0.11

View File

@@ -33,7 +33,6 @@ RUN apt-get update \
git \ git \
mosquitto-dev \ mosquitto-dev \
libmosquitto-dev \ libmosquitto-dev \
openssl \
libssl-dev \ libssl-dev \
golang-go \ golang-go \
&& apt-get clean \ && apt-get clean \

View File

@@ -1,5 +1,5 @@
--- ---
version: 6.1.0 version: 6.1.1
slug: mosquitto slug: mosquitto
name: Mosquitto broker name: Mosquitto broker
description: An Open Source MQTT broker description: An Open Source MQTT broker