fix: changed docker image libssl to version 3
Build and Deploy / build-docker (push) Successful in 5m10s Details

This commit is contained in:
antifallobst 2023-11-24 17:35:25 +01:00
parent 0d00d9b8ba
commit 12fa0fac5f
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM debian:bullseye-slim as final
RUN apt-get update; apt-get install -y libssl1.1; rm -rf /var/lib/apt/lists/*
RUN apt-get update; apt-get install -y libssl3; rm -rf /var/lib/apt/lists/*
FROM rust:latest as build