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 #320

Merged
merged 1 commit into from
Jan 9, 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:829f8077e5b4f795d8908687cb0e136245600ff9cdfd91509f9485f659b75dcc AS pg12
FROM technowledgy/pg_dev:pg13@sha256:a4f4bd307806f882c6bd8ac79cbf301d53332ff2eb28240c30f651684f0a3772 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:2da5f6f1807162963c6e48ea4aa28dabd7ab3f573cea328d1a8e76a3529ea2a9 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:f244b526704a341e6c86d7eb0c012e83c7659c8d6e919892d6db14471dc238c1 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:fe1f2f7233ac54597ebd08b78e1be81bf2fba1e74f124681dd7fc2b2457a4bc7 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:8ceb3f34cb6758e4836754ec44e73cfc019f16cd71d6195f4347ba2db34b9fe7 AS pg16
FROM technowledgy/pg_dev:pg12@sha256:e4d22e4157727742afdfcf487f20863eadd93cb827221854a5c195aa5a98d620 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:f9456674c441cafb3f31d615d6525283afb1bf3c320d38b34dc1dcc1fb7c7ae7 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:9b7d284f1edbe7212f9ccbc6c5cb46cf8bfceeed3cdf45d91e919ed6a05396a1 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:9982ecf12cb7db4a7f49d056dfa819ec80a8b087237263fa16e6aa1755b835eb AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:c8b7d85598be809d9b74c1465cd276cb1d3c3b509083896899680bd572fb131c AS pg15
FROM technowledgy/pg_dev:pg16@sha256:c65cd12bd372358b6ddba5afc01f6a952abdff457d079cce1dc3d8fc886e3f02 AS pg16

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