Skip to content

Commit

Permalink
chore(deps): update postgres (#289)
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 25, 2024
1 parent 19e5d4e commit 52dd33a
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:d523f27957482aaff0bd67f570e37a953be2549b426da5032e1da5664d62f250 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:4679732d83f56bec6393b19fa2692b5373c733bf7b40956786b59549b8250b81 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:c1cd7e0a27f48422f8a5663992baed0d4779654c25a0ab5bc95f2ee2b99bb0da AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:8cd4f35c35d4815c39e6a5cab29475f8989062ff6a188c0729306561861a9429 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:dfe9f2fba7bd967707c912a045c7abd28ab03330e35b6821718763f58e6b7484 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:07e8615dcee322b815366dd72933f1da51266bdfbe495f0979aaa554b603a9ec AS pg16
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 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 52dd33a

Please sign in to comment.