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

Merged
merged 1 commit into from
Jan 11, 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:87c1948408d52156491634ac8c0add2803048a83440b8db7e59919e6d3a8c99e AS pg12
FROM technowledgy/pg_dev:pg13@sha256:09f2d54c8fa8744db1f1d804a4e5661bebc616698a0af6d4fd51e758a2ba5b5c AS pg13
FROM technowledgy/pg_dev:pg14@sha256:0ebabb0cad46e39685502579ed37e3a250f2444d3ccc06c03b36bdde898bf1ad AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:d487fc072837f14e4d645923fff84e4e18152d1a3372599498570c106c5e19a1 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:f82ed9fc077e4810d6f0eb012442f293cf7c32375e31d0aa49894f329f909820 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:21eb37d0e7a430a82feeb1863bd450828b08dc367e0ef5e008835a60fa888ac6 AS pg16
FROM technowledgy/pg_dev:pg12@sha256:b08a3904d5b3469792c7e0b05c7491c650d8df4b92a581aba6e585c6b6cc3dda AS pg12
FROM technowledgy/pg_dev:pg13@sha256:6e8d8fbd073f2e6b054980218161c858f03d455a91673e864bd3201f1b49bd10 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:4b56d0d82c2a2abe4504b97f77413647c2310b0be91dfcfe117d358e595858a7 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:e2d8ea2618b42e62d1d2815dd753da69c8e1d0393005a1aefcbc420aec7cc0d7 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:78ef9a7c82817aa959f6d656b529cb00ffb66b68ef48e2dc085da14d3bc7f7db AS pg15
FROM technowledgy/pg_dev:pg16@sha256:8298e5ddd44b7eecbf76560b22ad9a77fabf305055ea133dc72ca2d26bd7a96d 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