Skip to content

Commit

Permalink
Fix docker image (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneklacan authored May 21, 2024
1 parent 23828d8 commit 3131cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:buster AS builder
FROM rust:bookworm AS builder

WORKDIR /app
COPY Cargo.toml Cargo.lock ./
Expand Down

0 comments on commit 3131cf5

Please sign in to comment.