Skip to content

Commit

Permalink
chore(deps): update postgres (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent a0b9154 commit 418b03e
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:208939b337668e59f9b4a4b470780d92e82bd3344320bdd0ff8f2db22eb11cd2 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:176d2f4fb62b747eb67c193168fb685588239d0e592789459c91723ff36b6794 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:285631a166da3d4f028ace1255a02b719cc7e5cde11ba3584777261241e3fa0f AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:893f9b30833effe30c7f30767f36e31a21bc2fab2466d2de0e3f7f0f8af298f1 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:bc2b4191c9b167774812494eff2aed0a94a7ea569b0870286dbf3e1cc24eb5df AS pg15
FROM technowledgy/pg_dev:pg16@sha256:6b80acc27be1f27b5380d693719497320ec3f1c612e895fcc72de8f9169c2fc4 AS pg16
FROM technowledgy/pg_dev:pg12@sha256:96e10aedcf466cdd485d0fffbab3358db38dfcc8249e971108fbb5d938455364 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:de0b89385050ff23aabd033c7f9c44bdbab1f444d2163cf246be743ed4199c3f AS pg13
FROM technowledgy/pg_dev:pg14@sha256:a4242d66e8e3be432ebf2c23c33123786e07cc6aa4c050af5610401c96c40606 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:59f3a24970c5bbd3301bb53a213037c9254e3a0f93b813138fad34d0639bb3dd AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:d3a333b8d2ef4f579be69a20a92ec1e2eaa166371ead9785fb9f8b6d358cc268 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:ea14770074b6119565ff04018b0e90560be175cc2146c60658019f3279e47442 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 418b03e

Please sign in to comment.