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

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: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 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 postgrest/postgrest:v9.0.1@sha256:2fe9360dba5520267f4ba4be6bb9e399a63acfcd081090ca8598064ccb6ac4a8 AS pgrst9
FROM postgrest/postgrest:v10.2.0@sha256:0885714e16ad539d970c9a0e668a3184e814c488e1f3759a8f2ee40158e780cb AS pgrst10
Expand Down
Loading