Skip to content
Snippets Groups Projects
Commit 131dd143 authored by immae's avatar immae
Browse files

Merge branch 'immae-test' into 'master'

update docker image

See merge request !2
parents 6fe0dc0d 7a886a2e
No related branches found
No related tags found
1 merge request!2update docker image
Pipeline #32565 passed
......@@ -4,7 +4,7 @@ stages:
- publish
.env:
image: rust:latest
image: rust:bookworm
tags:
- redshift
before_script:
......
......@@ -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 ssl-cert ca-certificates openssl ca-certificates-java
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