From ff1aca585c0061487e827c01d30b671a129043ef Mon Sep 17 00:00:00 2001 From: Wilmar den Ouden Date: Sat, 19 Aug 2023 13:57:30 +0200 Subject: [PATCH] feat: update to 2.0.16 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b737689..6a842d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,11 @@ ####################################################################################################################### # Build static Mosquitto ####################################################################################################################### -FROM lansible/upx:latest as upx - FROM alpine:3.18 as builder # https://github.com/eclipse/mosquitto/tags # https://github.com/DaveGamble/cJSON/releases -ENV VERSION=v2.0.15 \ +ENV VERSION=v2.0.16 \ CJSON_VERSION=v1.7.16 # Add unprivileged user