Skip to content

Commit ebe9ac0

Browse files
authored
Update sqlx-cli version in Dockerfile
1 parent 3c63fa2 commit ebe9ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt update && apt install -y tzdata
1010
WORKDIR /app
1111

1212
# Install required tools
13-
RUN cargo install sqlx-cli
13+
RUN cargo install sqlx-cli@0.7.3
1414

1515
# Install build-target for static linking
1616
RUN rustup target add x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)