Skip to content

Commit

Permalink
Bump Trunk and Rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Dec 17, 2024
1 parent d116074 commit 448bd1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions standard-cnpg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG PG_VERSION=15
ARG TAG=latest

FROM rust:1.74-bookworm as builder
FROM rust:1.83-bookworm as builder

ARG TRUNK_VER=0.15.0
ARG TRUNK_VER=0.15.7

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
RUN cargo install --version $TRUNK_VER pg-trunk
Expand Down
4 changes: 2 additions & 2 deletions tembo-pg-cnpg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG PG_VERSION=15
ARG TAG=latest

FROM rust:1.78-bookworm as builder
FROM rust:1.83-bookworm as builder

ARG TRUNK_VER=0.15.0
ARG TRUNK_VER=0.15.7

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
RUN cargo install --version $TRUNK_VER pg-trunk
Expand Down

0 comments on commit 448bd1e

Please sign in to comment.