Skip to content

Commit

Permalink
fix: pin rust image to major version based on debian
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumedsde committed Nov 17, 2024
1 parent 731ffdf commit a91ec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest AS builder
FROM rust:1-bookworm AS builder

WORKDIR /usr/src/lidi
COPY . .
Expand Down

0 comments on commit a91ec7c

Please sign in to comment.