From a2a84e03d01ca54043f1e82d7c19eac203b6d0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= <ismael.bouya@normalesup.org> Date: Wed, 28 Jun 2023 18:32:54 +0200 Subject: [PATCH] update docker image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a321703..57561df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim +FROM debian:bullseye-slim LABEL maintainer="elois <elois@duniter.org>" LABEL version="0.1.0" @@ -6,7 +6,7 @@ LABEL description="Gitlab webhook to XMPP MUC bot" ENV DEBIAN_FRONTEND noninteractive RUN apt-get -y update && \ - apt-get -y install libssl-dev + apt-get -y install libssl-dev libssl1.1 RUN adduser --home /var/lib/gitbot gitbot -- GitLab