We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f932ce7 commit 9821737Copy full SHA for 9821737
apps/daedalus_client/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.82.0 as build
+FROM rust:1.86.0 AS build
2
ENV PKG_CONFIG_ALLOW_CROSS=1
3
4
WORKDIR /usr/src/daedalus
@@ -9,9 +9,9 @@ RUN cargo build --release --package daedalus_client
9
FROM debian:bookworm-slim
10
11
RUN apt-get update \
12
- && apt-get install -y --no-install-recommends ca-certificates openssl \
13
- && apt-get clean \
14
- && rm -rf /var/lib/apt/lists/*
+ && apt-get install -y --no-install-recommends ca-certificates openssl \
+ && apt-get clean \
+ && rm -rf /var/lib/apt/lists/*
15
16
RUN update-ca-certificates
17
apps/labrinth/Dockerfile
-FROM rust:1.84.0 as build
WORKDIR /usr/src/labrinth
0 commit comments