Skip to content

Commit

Permalink
chore(deps): update postgres (#268)
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 23, 2024
1 parent 8af7bfb commit a0b9154
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:2f99bef74b65ab4674311cd294f49f644b080cfa50718471d96314cb0ad90e69 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:a60f7e8f821a233b4814adc95f1bac76006372e40374e979d0dd7e0a9a79f448 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:e07f30dca3842d1b75974d90d2049a2d4f1bd7fe285e84eba7cb05de0786b62f AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:90aa6d863d3f279abb607752dda2b7813d204770857c1340a6b9f1ed23f97739 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:2e07fba8f21173becd83766c33bcd8545f88e63b94a748c5b2ae6216b729d829 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:ced5062a40ff31146815dafc89ee1cd227730ae38a7e2daf8247762269608d41 AS pg16
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 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 a0b9154

Please sign in to comment.