Skip to content

Commit

Permalink
Upgrade jsonschema to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 28, 2024
1 parent b594617 commit 6c23eec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions contrib/jsonschema/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
ARG PG_VERSION=16
FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.11.2
FROM quay.io/coredb/pgrx-builder:pg${PG_VERSION}-pgrx0.12.1
USER root

ARG RELEASE=0.1.1
ARG RELEASE=0.1.2

# Extension build dependencies
RUN apt-get update && apt-get install -y build-essential \
# Install Rust
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
&& cargo install cargo-pgrx --version 0.11.4 --locked \
# Set default Rust version
&& /root/.cargo/bin/rustup default stable \
# Download the source
Expand Down
4 changes: 2 additions & 2 deletions contrib/jsonschema/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "jsonschema"
version = "0.1.1"
version = "0.1.2"
repository = "https://github.com/tembo-io/pg-jsonschema-boon"
license = "MIT"
description = "The jsonschema extension provides JSON Schema validation functions supporting drafts 2020-12, 2019-09, 7, 6, and 4"
Expand All @@ -15,4 +15,4 @@ apt = ["libc6"]
postgres_version = "16"
platform = "linux/amd64"
dockerfile = "Dockerfile"
install_command = "cd jsonschema-0.1.1 && make install"
install_command = "cd jsonschema-0.1.2 && make install"

0 comments on commit 6c23eec

Please sign in to comment.