Skip to content

Commit

Permalink
chore(deps): update postgres (#291)
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 Sep 26, 2024
1 parent 5595e24 commit af3abb1
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:1e844dfc3eb95498422b7d45547d042dbee987e9d2c5b14a37076217cbb0872d AS pg12
FROM technowledgy/pg_dev:pg13@sha256:faec541d21d8525488d99b66855805d858f01e88b0b1ac51dae10b3dbc141b1b AS pg13
FROM technowledgy/pg_dev:pg14@sha256:b5d945fb412d79c55662b0eff5932ed25c0f749aea03a526b6e1f3be25bbd46a AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:687f027504d726dc54c247d7f88d1cd0d99482ec117885f418b60aabf97a28ab AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:a6b94abbfcd0926059111a072f6faa8b12e20e4532d047c44fed97c6469a6ce2 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:5e084f219bd24237c5d40663ea1c0caf23c3d2a689161baabc8261adf399695d AS pg16
FROM technowledgy/pg_dev:pg12@sha256:d6b1db1f35db9671e654e845e1a1344243bae739bee8052e2a73557f008242ea AS pg12
FROM technowledgy/pg_dev:pg13@sha256:874ae10b720a82bc4033e696c7d646608d5ceaf1561d826221139958a6095ffa AS pg13
FROM technowledgy/pg_dev:pg14@sha256:0e720cc6c6b13ecad4e34f6b57201ef02755526712ceaaa94b526ed78ebf5b88 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:e3df8229af58619e162d0dd15a702741216da1ffe37ab9627db9ba088d8676c9 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:aeca058a8b2c74c3bb5aaf40d0898a5fc68213cf014f2221909cb5946602585e AS pg15
FROM technowledgy/pg_dev:pg16@sha256:805d3d7efcc95b272c9ad3e1e588e37cdde5da3e0b02a9311d4613fdb99b168b 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 af3abb1

Please sign in to comment.