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

update docker image

parent 6fe0dc0d
Branches
No related tags found
1 merge request!2update docker image
Pipeline #32564 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 ssl-cert ca-certificates openssl ca-certificates-java
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