Skip to content

Commit

Permalink
chore(deps): update postgres (#311)
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 Nov 23, 2024
1 parent e139d17 commit be131e6
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:cebafcd1febcd743cb2553759e6ee3a98206a54870cbc3cece45de9545e9e02b AS pg12
FROM technowledgy/pg_dev:pg13@sha256:ec7d9d22714def4be7604b395355beab0c756ce5f375268ea8d3ca42a1aae143 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:bb3e9b5ede94235f927e1a868fadd211bdaa0b9f908f1b977583ef4ecf6e7956 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:3e13c55389a686f32238d27022f37603e3c77edab58b569eb4eb0361c32bf313 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:1bf9c5ebb978a3e716030dacf68943ad670db707348d3d5460b145fd288fe2ad AS pg15
FROM technowledgy/pg_dev:pg16@sha256:e211ead1438851b76f6f6c9139c1004da1616dd751948656429bc8f6cdb4ebe8 AS pg16
FROM technowledgy/pg_dev:pg12@sha256:e8be4fdb28ac02282a3ec60d7c968175cd7e2b1632eab08e7aff23b7fa85ba42 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:d888e74f7e25bf49d4433255dfb3acdd0ecbfd504d58e43a41bdc10793757907 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:9e4685d41b206818c56182927ba3944051393d8be0090f60798c52f85f2641e1 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:e36c98dee3687a8756544aa058ad1d05a3ed0c25f16d2b07eeb9ca018921c2cd AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:82d856e649d879478a241be0b5380165a04adba1f8e8b893b75a370a3efe0b8d AS pg15
FROM technowledgy/pg_dev:pg16@sha256:b3866ccf8aab05f789c0c6b7f59f09f313454d0d7ea1d966c5bfba99573a45b4 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 be131e6

Please sign in to comment.