From 260f9f4d2679c13c7a8ede8b6761cd1e66957ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20R=2E=20Miguel?= Date: Tue, 11 Jun 2024 15:05:45 -0300 Subject: [PATCH] Use `trunk-cli` v.0.12.25 --- standard-cnpg/Dockerfile | 2 +- tembo-pg-cnpg/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/standard-cnpg/Dockerfile b/standard-cnpg/Dockerfile index 580f6a0..2f156f3 100644 --- a/standard-cnpg/Dockerfile +++ b/standard-cnpg/Dockerfile @@ -3,7 +3,7 @@ ARG TAG=latest FROM rust:1.74-bookworm as builder -ARG TRUNK_VER=0.12.21 +ARG TRUNK_VER=0.12.25 ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse RUN cargo install --version $TRUNK_VER pg-trunk diff --git a/tembo-pg-cnpg/Dockerfile b/tembo-pg-cnpg/Dockerfile index f049d84..2f8408b 100644 --- a/tembo-pg-cnpg/Dockerfile +++ b/tembo-pg-cnpg/Dockerfile @@ -2,7 +2,7 @@ ARG PG_VERSION=15 FROM rust:1.70-bookworm as builder -ARG TRUNK_VER=0.12.21 +ARG TRUNK_VER=0.12.25 ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse RUN cargo install --version $TRUNK_VER pg-trunk