Skip to content

Commit

Permalink
chore(deps): update postgres (#175)
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 Dec 2, 2023
1 parent 9f8dfd4 commit fb9dd5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ARG PG_MAJOR=15
ARG PGRST_MAJOR=11

FROM technowledgy/pg_dev:pg10@sha256:8ac4485d90a162a1598ac47650506e2a2079ef8125ffc98c11c1e5217ae9479c AS pg10
FROM technowledgy/pg_dev:pg11@sha256:7e82e93ffd7da31bcaabbeade2365749be368661c3970d6082f50b28a1f50a0a AS pg11
FROM technowledgy/pg_dev:pg12@sha256:6e365c473d44a41d4d75a336f661b4932ab599a0a6cb7c84cb643f9076f39c98 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:766b4ce016bf7892e86538399aca3b7b216c8b20ad9961c531062a889e616a0c AS pg13
FROM technowledgy/pg_dev:pg14@sha256:167096311c6c34d137b0d69c97f89ef1ead83a5e8a8637d80e47a4f0c82c095d AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:9e68e4cc802c1515a67b7aa8f4a344c1dc4b3f9d03b380814534a1139e1db67f AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:cdcdb7c5d074633c5ec5215c5879931118cb7a01911a15e11f850bb9761971bb AS pg15
FROM technowledgy/pg_dev:pg10@sha256:bdbb5eb649140f59706cf1e6a89c2de6c878521366f279c4ebb52965dd27832b AS pg10
FROM technowledgy/pg_dev:pg11@sha256:b91d138a066433e3ef51abdb9f839da47ab80dea58f96079b746baa14ce34ad7 AS pg11
FROM technowledgy/pg_dev:pg12@sha256:8bccd80dcbe530f4db345e51529d4ff2700bf22c544266a7282cd3cd9248642c AS pg12
FROM technowledgy/pg_dev:pg13@sha256:5c140301224bd1904e589945c900ef15e445bb4f28929491c315adb108c89c7a AS pg13
FROM technowledgy/pg_dev:pg14@sha256:b13cbd1567d80a492f3a6ea3321759037b7eb113d1a1360215ab514099391e41 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:d7bc8339cb2e7a2fc690f41cb0d4df49376fb559ba5112dfc4886c1c1732b469 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:c634c495f6f7b84a654df3a95d1bb800d7dae6e44beb3aad168e39e38f63e0d4 AS pg15

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 fb9dd5e

Please sign in to comment.