fix: changed docker image libssl to version 3
Build and Deploy / build-docker (push) Successful in 5m10s
Details
Build and Deploy / build-docker (push) Successful in 5m10s
Details
This commit is contained in:
parent
0d00d9b8ba
commit
12fa0fac5f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue