We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b913ef commit 95c2073Copy full SHA for 95c2073
packages/Dockerfile.immudb-init.prod
@@ -2,7 +2,7 @@
2
#
3
# SPDX-License-Identifier: AGPL-3.0-only
4
5
-FROM rustlang/rust:nightly-bookworm-slim as builder
+FROM rust:1.90.0-slim-bookworm as builder
6
7
WORKDIR /app
8
@@ -13,9 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
make \
14
&& rm -rf /var/lib/apt/lists/*
15
16
-RUN rustup toolchain install nightly-2024-09-01 \
17
- && rustup default nightly-2024-09-01
18
-
19
# copy projects
20
#TODO: Copy only necessary files
21
0 commit comments