Skip to content

Commit 9821737

Browse files
chore: fix Docker build (#3594)
1 parent f932ce7 commit 9821737

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/daedalus_client/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82.0 as build
1+
FROM rust:1.86.0 AS build
22
ENV PKG_CONFIG_ALLOW_CROSS=1
33

44
WORKDIR /usr/src/daedalus
@@ -9,9 +9,9 @@ RUN cargo build --release --package daedalus_client
99
FROM debian:bookworm-slim
1010

1111
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/*
12+
&& apt-get install -y --no-install-recommends ca-certificates openssl \
13+
&& apt-get clean \
14+
&& rm -rf /var/lib/apt/lists/*
1515

1616
RUN update-ca-certificates
1717

apps/labrinth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.84.0 as build
1+
FROM rust:1.86.0 AS build
22
ENV PKG_CONFIG_ALLOW_CROSS=1
33

44
WORKDIR /usr/src/labrinth

0 commit comments

Comments
 (0)