update dependencies every build

This commit is contained in:
2024-10-14 21:09:59 -04:00
parent 07d122c75d
commit 6478575c17

View File

@@ -2,6 +2,7 @@ FROM rust:1.81 AS builder
WORKDIR /usr/src/bot WORKDIR /usr/src/bot
COPY . . COPY . .
RUN cargo update
RUN cargo install --path . RUN cargo install --path .
FROM ubuntu:24.10 FROM ubuntu:24.10