Skip to content

Commit

Permalink
chore(deps): update postgres (#246)
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 Jun 21, 2024
1 parent 51e6fb1 commit acb8191
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=15
ARG PGRST_MAJOR=11

FROM technowledgy/pg_dev:pg12@sha256:7c362bc8d31b9bd54b0d42b3df6c8c3c45171842ff35eafcf5ec4f8fcec2d918 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:a8c09dbef468e5a384cdf897bf953c9e9fa0a5fc1e2ea2ec0c04a907e6d455e5 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:8db252de1b6052fffec51756c0f56b1bc578d95ace0df4d45cdcbcc7be8bf82f AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:2d249e0f512647753fdd3e61f0613ee13021dac38685f6a4b63d558eaac6deae AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:c394dcd19668cebb99190ab8b23d63d802dca45e2b25f33599eee957753c5a94 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:a9943f8eef7c8910410379472a0bf15d1bba84731e321c9c2bd3a2c1e3960957 AS pg16
FROM technowledgy/pg_dev:pg12@sha256:c33b1a6e4dd68e533f4abad8adfb593b38d19fd457e7c62aad3a490216d9d89b AS pg12
FROM technowledgy/pg_dev:pg13@sha256:75a76a8132b9336c134330d8a8e5b070df5f55524b226135fe3d8d0270e168ba AS pg13
FROM technowledgy/pg_dev:pg14@sha256:6dcb19c75e7f421ce19f21949cb7e7f7840cb2b27f34aef56966cac7c7e5599c AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:575191fea87d48158e6adc78a99e28a1631fa551af14b6e0741b6d4256cdbdbd AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:869fe1f19f656c967bf89162b2ec8cb7e97afbb7cc4f3c9ebd8c2e89ef750015 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:ca6b57a26b8cbc95bc060838e30510c2202327f9e8155049a9684e80cbed5afa 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 acb8191

Please sign in to comment.