Skip to content

Commit

Permalink
⬆️ 🐳 Bump rust in /docker
Browse files Browse the repository at this point in the history
Bumps rust from 1.81-alpine3.20 to 1.82-alpine3.20.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent aefbe72 commit e6ce021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/flowg.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ADD internal/utils/ffi/vrl/rust-crate /src/internal/utils/ffi/vrl/rust-crate
##############################

## FilterDSL
FROM rust:1.81-alpine3.20 AS builder-rust-filterdsl
FROM rust:1.82-alpine3.20 AS builder-rust-filterdsl
RUN apk add --no-cache musl-dev

COPY --from=sources-rust-filterdsl /src /workspace
Expand All @@ -53,7 +53,7 @@ RUN cargo build --release
RUN cargo test

## VRL
FROM rust:1.81-alpine3.20 AS builder-rust-vrl
FROM rust:1.82-alpine3.20 AS builder-rust-vrl
RUN apk add --no-cache musl-dev

COPY --from=sources-rust-vrl /src /workspace
Expand Down

0 comments on commit e6ce021

Please sign in to comment.