Skip to content

Commit

Permalink
chore(deps): update postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent d1a2dbb commit d563872
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:dc90c6bbdb4c3120beff7e9d3f3a7433d184b94e1f8a663710f8cafb9e3fc0e9 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:795b7e208db2d39ba9b79ff5397a05a9cfb6a8212cdf79764e4b485c95afed7c AS pg13
FROM technowledgy/pg_dev:pg14@sha256:24b6a4346adb7cd6f76df8338e44bba35765ca1bbceaef9b9a64d857d72af075 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:00367b8e7f3b5bf099825ca9d517f5c0b75afa767ca38a0d4860250fba437a49 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:9aeef1b6323230fa08071cc9eff5a1088ba6c8b34d06b9b1fc7feef76808b9d1 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:36a61d6cfe4d35260628e9539d16acfc5172f7da65c8998a160927175f931d6d AS pg16
FROM technowledgy/pg_dev:pg12@sha256:87cc99a748a569221b79b05eafeffcd32097010c6d19a11be5257e5d79e4400f AS pg12
FROM technowledgy/pg_dev:pg13@sha256:9992752d90275fc397fc1c77d29a4b9b99c8fff2dd49036e5a4853938c00f5b8 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:495481feb3c92674b5661cc2bfdd5a22a1c1a76cf3415b5bde79e9bd13467de8 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:00d7c1d6cc2b86e8e0f36aad7c4d8ae0d209800dad2bbc62ad7fdeeb796557d6 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:0247e913f4179954a7212fe106a1c46f041d9fa3a1b9ba1666d15f534e390e5e AS pg15
FROM technowledgy/pg_dev:pg16@sha256:a73b562023a078c8d284cd36395496cc0602fb9563f772dc8d6ca94037008d55 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 d563872

Please sign in to comment.