Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update postgres #343

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG PG_MAJOR=16
ARG PGRST_MAJOR=12

FROM technowledgy/pg_dev:pg12@sha256:631e6f046c7c57d996390bc77601e9d90c092468291425d011d0af83aa319ff8 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:c12a8a6bd3f6a37c693e1d09b20ffd4ee49a1cc65f1eb58fc48fd37f3cf0ab20 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:3af65b89b2cfdaff762be4192eb7536d70b100eef7b019e97a0f868373471a1b AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:a574d2b6f1717646f3c3abc2d4adeaf8b95dd3e12a5eb04c8dab6d658aad3790 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:45cc8363ad7ed2598936433421ff85a53c0b1e88432d2acd8408b0f941c91e3c AS pg15
FROM technowledgy/pg_dev:pg16@sha256:e816dcd7dc3592f18a312d857ce028caa54be5c4411cc6498d8748b6308f3c7b AS pg16
FROM technowledgy/pg_dev:pg12@sha256:49057dcde86f3dc62f0e3f348e935fb633dc8acb3aea1d3607c82ff28e801f8a AS pg12
FROM technowledgy/pg_dev:pg13@sha256:81b4453a268b0de6b6a7cf0f46cb5316c1a83d7393211387c50ee287e6a7ceef AS pg13
FROM technowledgy/pg_dev:pg14@sha256:5316c72cf4a4c620f419163986c75ef5d6961d07e3216015ea6f8b4d9dbd45f3 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:1098ffc0183a09d6638a82d9411930f246053c573e1ff2fc6dec59f45924f7ab AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:e393a574934f6868aae18ec597efdc536c7151a3d3c6a4b146556428d515608c AS pg15
FROM technowledgy/pg_dev:pg16@sha256:bb1dffe7c914b0ddbc6db6598763d5d914b3c8ce31a5aa446f02017a6e4946d7 AS pg16

FROM postgrest/postgrest:v9.0.1@sha256:2fe9360dba5520267f4ba4be6bb9e399a63acfcd081090ca8598064ccb6ac4a8 AS pgrst9
FROM postgrest/postgrest:v10.2.0@sha256:0885714e16ad539d970c9a0e668a3184e814c488e1f3759a8f2ee40158e780cb AS pgrst10
Expand Down