We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 124c7b3 + 332fc1b commit 8f5d311Copy full SHA for 8f5d311
1 file changed
Dockerfile
@@ -26,6 +26,8 @@ RUN cargo build --release
26
FROM debian:bullseye
27
WORKDIR /app
28
29
+RUN update-ca-certificates
30
+
31
# copy server binary from build stage
32
COPY --from=builder /code/target/release/null-api null-api
33
0 commit comments