From c16d235e790e705c32ebf6af06ef381b7ed0c500 Mon Sep 17 00:00:00 2001 From: StefanSchoof <4662023+StefanSchoof@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:41:35 +0200 Subject: [PATCH] use debian bullseye in docker --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5ac3d491..a940722d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG DEBIAN_VERSION=buster-slim +ARG DEBIAN_VERSION=bullseye-slim ############################ # STEP 1 build executable binary @@ -62,7 +62,7 @@ RUN apt-get update && apt-get install -y \ libmicrohttpd12 \ libltdl7 \ libatomic1 \ - libjson-c3 \ + libjson-c5 \ liblept5 \ libmosquitto1 \ libunistring2 \