Skip to content
Snippets Groups Projects
Unverified Commit 25506b2e authored by Ismaël Bouya's avatar Ismaël Bouya
Browse files

update docker image

parent 6fe0dc0d
No related branches found
No related tags found
No related merge requests found
Pipeline #32562 passed
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
- publish - publish
.env: .env:
image: rust:latest image: rust:bookworm
tags: tags:
- redshift - redshift
before_script: before_script:
......
...@@ -6,7 +6,7 @@ LABEL description="Gitlab webhook to XMPP MUC bot" ...@@ -6,7 +6,7 @@ LABEL description="Gitlab webhook to XMPP MUC bot"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update && \ 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 RUN adduser --home /var/lib/gitbot gitbot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment