Skip to content

Commit

Permalink
chore(deps): update postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 5849836 commit c1e1a7e
Showing 1 changed file with 6 additions and 6 deletions.
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:777d11e18660fa6851fefd44608895d996ee926e2be4a7d81629cd04780b484a AS pg12
FROM technowledgy/pg_dev:pg13@sha256:2bd985a692eafd05154f6a6bed3172975b755c325f8d707d3b9af0d5ef43c341 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:8e83f9ee761f8c4db18ea1fd9c2317faea5aa005c7eeedc7b08215a93c631921 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:5065f65a900b900260f653d6f15aae5b971d9cea873221dfcdb43c5ce6ddb836 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:4ee6656bc9a983efc377c496edc1269707649a8740340eed3f0ae87f60b35bbc AS pg15
FROM technowledgy/pg_dev:pg16@sha256:d2621fe4ea002ae02b02ca14c17ce86070ca0eab1943d47b5550db8d3bbc3dbb AS pg16

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

0 comments on commit c1e1a7e

Please sign in to comment.