Compare commits
2
Commits
dc28f8ed65
...
64f30a8494
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64f30a8494 | ||
|
|
bdff2b5505
|
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
# Build stage
|
# Build stage
|
||||||
FROM rust:1.91 AS builder
|
FROM rust:1.98-trixie AS builder
|
||||||
|
|
||||||
WORKDIR /usr/src/pop_imap_importer
|
WORKDIR /usr/src/pop_imap_importer
|
||||||
|
|
||||||
@@ -29,11 +29,11 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
|
|||||||
cargo build --release
|
cargo build --release
|
||||||
|
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
FROM debian:bookworm-slim
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
# Install CA certificates and OpenSSL runtime libraries
|
# Install CA certificates and OpenSSL runtime libraries
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y ca-certificates libssl3 && \
|
apt-get install -y ca-certificates libssl3t64 && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
|
# RUN apt-get update && apt-get install -y extra-runtime-dependencies && rm -rf /var/lib/apt/lists/*
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[toolchain]
|
||||||
|
channel = "1.98.0"
|
||||||
Reference in New Issue
Block a user