Skip to content

Commit

Permalink
chore(deps): update postgres (#313)
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 27, 2024
1 parent 75e2e54 commit d27d84a
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: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 technowledgy/pg_dev:pg12@sha256:bc93580410ab1afd2ed31e924a5d9f0b72aa50fd240f2f0697337be00d6b9648 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:379e319ead168b0deb3bebcd340b6c522ff352ff66a8b6695254f98e660567e0 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:a3090dbafedea5e97b612ae578f6c33080518dec501fc90ec55a35ff855e8eb6 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:b54f750c4c0e288b37ac9cc5c9b3b7565c5e330241aba7577439119712d827e2 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:66e8bc1bb1fab59a64f207a3937ac7a24d0553ceb38faaf48046484654fab2ec AS pg15
FROM technowledgy/pg_dev:pg16@sha256:c6bbdf10781ff7c799779f46ec7651f623d7705245b1ef8ae787294e62ea20d7 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 d27d84a

Please sign in to comment.