Skip to content

Commit

Permalink
wrappers update
Browse files Browse the repository at this point in the history
  • Loading branch information
delgado3d committed Oct 12, 2023
1 parent e92ee46 commit 8f8ac8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ RUN mv /var/cache/apt/archives/*.deb /tmp/
FROM base as wrappers
# Download package archive
ARG wrappers_release
ADD "https://github.com/supabase/wrappers/releases/download/v${wrappers_release}/wrappers-v${wrappers_release}-pg15-${TARGETARCH}-linux-gnu.deb" \
ADD "https://github.com/supabase/wrappers/releases/download/v${wrappers_release}/wrappers-v${wrappers_release}-pg${postgresql_major}-${TARGETARCH}-linux-gnu.deb" \
/tmp/wrappers.deb

####################
Expand Down
2 changes: 1 addition & 1 deletion ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ groonga_release_checksum: sha256:1c2d1a6981c1ad3f02a11aff202b15ba30cb1c6147f1fa9
pgroonga_release: "3.0.7"
pgroonga_release_checksum: sha256:885ff3878cc30e9030e5fc56d561bc8b66df3ede1562c9d802bc0ea04fe5c203

wrappers_release: "0.1.16"
wrappers_release: "0.1.17"

hypopg_release: "1.3.1"
hypopg_release_checksum: sha256:e7f01ee0259dc1713f318a108f987663d60f3041948c2ada57a94b469565ca8e
Expand Down
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.0.124-try-16"
postgres-version = "15.1.0.124-try-16-1"
2 changes: 1 addition & 1 deletion migrations/tests/extensions/test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
\ir 22-pg_jsonschema.sql
\ir 23-vault.sql
\ir 24-pgroonga.sql
-- \ir 25-wrappers.sql
\ir 25-wrappers.sql
\ir 26-hypopg.sql
\ir 27-pg_repack.sql
\ir 28-pgvector.sql
Expand Down

0 comments on commit 8f8ac8f

Please sign in to comment.