Skip to content

Commit

Permalink
add trunk to pg image (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Apr 7, 2023
1 parent 3049207 commit 578da98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coredb"
version = "15.2.0-coredb.3"
version = "15.2.0-coredb.4"
edition = "2021"
authors = ["CoreDB.io"]
description = "CoreDB distribution of postgres"
Expand Down
5 changes: 5 additions & 0 deletions postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM rust:bookworm as builder
RUN cargo install --version 0.0.1-alpha.4 pg-trunk

FROM ubuntu:22.04

COPY --from=builder /usr/local/cargo/bin/trunk /usr/bin/trunk

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Etc/UTC

Expand Down

0 comments on commit 578da98

Please sign in to comment.