Skip to content

Commit 95c2073

Browse files
authored
✨ Prepare Release 9.0.3 (#2489)
Parent issue: sequentech/meta#10356
1 parent 0b913ef commit 95c2073

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/Dockerfile.immudb-init.prod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-only
44

5-
FROM rustlang/rust:nightly-bookworm-slim as builder
5+
FROM rust:1.90.0-slim-bookworm as builder
66

77
WORKDIR /app
88

@@ -13,9 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
make \
1414
&& rm -rf /var/lib/apt/lists/*
1515

16-
RUN rustup toolchain install nightly-2024-09-01 \
17-
&& rustup default nightly-2024-09-01
18-
1916
# copy projects
2017
#TODO: Copy only necessary files
2118
WORKDIR /app

0 commit comments

Comments
 (0)