diff --git a/Dockerfile b/Dockerfile index 1227e8b..f7bc52f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ ARG PG_MAJOR=16 ARG PGRST_MAJOR=12 -FROM technowledgy/pg_dev:pg12@sha256:77ea10ddbc14e061d7a1a4a395aeb3ddc73ddd15c4ec6569880e3ff256ccb133 AS pg12 -FROM technowledgy/pg_dev:pg13@sha256:5c75a6a17e406ab28434d32b57dbd196da63d971678506fea0cb6f64b6f66037 AS pg13 -FROM technowledgy/pg_dev:pg14@sha256:0aea52db1fb972dd0baf1776e74e1ec65c2ea5094b042d926e7f4f0aeb89eddc AS pg14 -FROM technowledgy/pg_dev:pg14-invoker@sha256:37005523ffc56be06c4155cdbf20c5f9523e96de04c7e2537e1be6d0c3188bd5 AS pg14-invoker -FROM technowledgy/pg_dev:pg15@sha256:f5633441599ce09b26fc05485fda5eeac34bd31fe5deaca4fab8e17ad6ed9d68 AS pg15 -FROM technowledgy/pg_dev:pg16@sha256:a87d2d616b466dd0a8366d002c3850e7c2c7ab11a4cdc618f54aad712685f2d2 AS pg16 +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 postgrest/postgrest:v9.0.1@sha256:2fe9360dba5520267f4ba4be6bb9e399a63acfcd081090ca8598064ccb6ac4a8 AS pgrst9 FROM postgrest/postgrest:v10.2.0@sha256:0885714e16ad539d970c9a0e668a3184e814c488e1f3759a8f2ee40158e780cb AS pgrst10