Skip to content

Commit

Permalink
chore(deps): update postgres (#260)
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 16, 2024
1 parent 8ba2259 commit 77c9281
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:bbd52e14b20cd46147c540d90cca5644ce9d139ea1b4da2483694ee12c85b1b4 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:43432446f48f548469cc460e402c9ba6e1e924f9fde415e675a38f960b793a51 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:911173dadebd99a6cd9e8ad97cdb3433a150d41f41563050d43602278ae76d06 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:164a5612e613e968d0ebed84fd0dd825ea3683d90f2e0ec2fe09abd36184b44f AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:8f77d04aa2ebcc046a43ff8d62b74b9f765aef00c7e44d8804827ee2252e3dde AS pg15
FROM technowledgy/pg_dev:pg16@sha256:34053add021e068a6693f62b83bb2e9d4bd11ad99d8ff243d99f72f51835b4da AS pg16
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 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 77c9281

Please sign in to comment.