Skip to content

Commit

Permalink
fix: broken glibc in outdated debian image (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki authored Sep 5, 2023
1 parent 6c7114a commit 96b8744
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
Expand Up @@ -6,7 +6,7 @@ COPY . .

run cargo build --release

FROM debian:bullseye-slim AS runtime
FROM debian:bookworm-slim AS runtime
COPY --from=builder /app/target/release/withdrawal-finalizer /usr/local/bin/

ENTRYPOINT ["/usr/local/bin/withdrawal-finalizer"]

0 comments on commit 96b8744

Please sign in to comment.