Skip to content

Commit

Permalink
chore(deps): update postgres (#307)
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 15, 2024
1 parent df6c427 commit 5388d0c
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: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 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 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 5388d0c

Please sign in to comment.