diff --git a/images/trunk-test-tembo/Dockerfile b/images/trunk-test-tembo/Dockerfile index 67101587..81e7c62d 100644 --- a/images/trunk-test-tembo/Dockerfile +++ b/images/trunk-test-tembo/Dockerfile @@ -3,7 +3,7 @@ ARG TAG=latest FROM rust:1.82-bookworm as builder -ARG TRUNK_VER=0.15.6 +ARG TRUNK_VER=0.15.7 ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse RUN cargo install --version $TRUNK_VER pg-trunk diff --git a/images/trunk-test/Dockerfile b/images/trunk-test/Dockerfile index 3875137b..72fcfe5a 100644 --- a/images/trunk-test/Dockerfile +++ b/images/trunk-test/Dockerfile @@ -1,5 +1,5 @@ FROM rust:1.83.0-slim-bookworm as builder -ARG TRUNK_VER=0.15.6 +ARG TRUNK_VER=0.15.7 ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse RUN apt update && apt install -y pkg-config libssl-dev RUN cargo install --version $TRUNK_VER pg-trunk