Skip to content

Commit 4edd696

Browse files
authored
Merge pull request #481 from factorial-io/renovate/rust-1.x
chore(deps): update rust docker tag to v1.91
2 parents 9454a8b + 15e08a9 commit 4edd696

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)