Skip to content

Commit

Permalink
standard-cnpg: support Pg 14 & 16
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Feb 1, 2024
1 parent e112cf3 commit 7640b94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion standard-cnpg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
ARG PG_VERSION=15

FROM rust:1.70-bookworm as builder

ARG TRUNK_VER=0.10.5

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

FROM quay.io/tembo/tembo-pg-slim:15.3.0-tembo-pg-slim.1-cd62faf
FROM quay.io/tembo/tembo-pg-slim:pg${PG_VERSION}

USER root

# Install trunk
Expand Down

0 comments on commit 7640b94

Please sign in to comment.