From 25506b2eb3cec79893bbb333dda7a8b10992aefe 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

---
 .gitlab-ci.yml | 2 +-
 Dockerfile     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ed7232..b7417da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - publish
 
 .env:
-  image: rust:latest
+  image: rust:bookworm
   tags:
     - redshift
   before_script:
diff --git a/Dockerfile b/Dockerfile
index a321703..af0c902 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 libssl3
 
 
 RUN adduser --home /var/lib/gitbot gitbot
-- 
GitLab