Skip to content

Commit

Permalink
chore(deps): update postgres (#263)
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 17, 2024
1 parent 8b64c3d commit f1481ab
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:7ed8aaf46596f8203ef3e748f543e3a57abec46e0a54d4a83746f642e492ecc3 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:35421589909bc4c0dcdb7bc8d268d24f78a4fcaeaeecc3b7ff5a614cc59611e6 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:72f98fe4afbb53ab903c37062ca539a61e4519789375e008086e92021517c1a0 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:33e5b27c56256ed2d5bae734eb8cff3d7991215b89612dab47afb246a3f04da5 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:ce80fa399f81c099f671a8047bf1a2cc109b35c2f0bb94a59800945d2cdbdeae AS pg15
FROM technowledgy/pg_dev:pg16@sha256:fff1f4e86b45efbdadc763223898c106bd69806a7927355e974f0ea199ba7bc0 AS pg16
FROM technowledgy/pg_dev:pg12@sha256:2a58e62c2ec04747aded6d2cbcf70a71ed47cd30d6fc46e95fbe42dbe5acb0c2 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:58f3e7edbbd6658b3134b9accdf54ed66e9ba6306f8da73863c044af655427c0 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:cd754ffbe47b40538204c4776fcd4142439a93ded130f5354344769746c8b926 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:746132522105032f94cfd3940683373746ce52b3eb66efeb2dd4233f5737ec4e AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:bcf4e2f01907a86fd2b9a45b753313afe30e942a0e21e72d2c6f274b8678ed9e AS pg15
FROM technowledgy/pg_dev:pg16@sha256:4ef95d5e1ef8b7016038b9eb18e849cb1cc47831917c8b36cd135f70d5de8f7d 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 f1481ab

Please sign in to comment.