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.
2 parents 9454a8b + 15e08a9 commit 4edd696Copy full SHA for 4edd696
Dockerfile
@@ -5,7 +5,7 @@ COPY ./frontend /app
5
RUN yarn install && yarn build
6
7
# Now build the backend with the frontend files embedded
8
-FROM rust:1.89-slim-bookworm as chef
+FROM rust:1.91-slim-bookworm as chef
9
RUN apt-get update -y && \
10
apt-get install --no-install-recommends -y pkg-config make g++ libssl-dev curl jq && \
11
rustup target add x86_64-unknown-linux-gnu && \
0 commit comments