This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
FROM rust:1-slim AS builder
|
||||
# Keep builder and runtime on bookworm so the binary does not require a newer glibc.
|
||||
FROM rust:1-bookworm AS builder
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends pkg-config libssl-dev ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user