Skip to content

Commit 15e08a9

Browse files
chore(deps): update rust docker tag to v1.91
1 parent 9454a8b commit 15e08a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY ./frontend /app
55
RUN yarn install && yarn build
66

77
# Now build the backend with the frontend files embedded
8-
FROM rust:1.89-slim-bookworm as chef
8+
FROM rust:1.91-slim-bookworm as chef
99
RUN apt-get update -y && \
1010
apt-get install --no-install-recommends -y pkg-config make g++ libssl-dev curl jq && \
1111
rustup target add x86_64-unknown-linux-gnu && \

0 commit comments

Comments
 (0)