Skip to content

Commit

Permalink
Use trunk-cli v.0.12.25
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Jun 11, 2024
1 parent b48618f commit 260f9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion standard-cnpg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tembo-pg-cnpg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 260f9f4

Please sign in to comment.