Skip to content

Commit

Permalink
build(Containerfile): update dockerfile and Rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhesh Mhadnak <[email protected]>
  • Loading branch information
sid-maddy committed Aug 31, 2024
1 parent 1b7d26b commit 08290bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#syntax=docker/dockerfile:1.5
# syntax=docker/dockerfile:1.9

ARG DEBIAN_VERSION=bookworm
ARG DEBIAN_VERSION_NUMBER=12
ARG PROJECT=dragonfly-client-rs
ARG RUST_VERSION=1.78
ARG RUST_VERSION=1.80
ARG RUSTFLAGS="-L/usr/local/lib"

ARG YARA_VERSION=4.5.1
Expand Down

0 comments on commit 08290bc

Please sign in to comment.