Skip to content

Commit

Permalink
chore(deps): update postgres (#294)
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 Sep 28, 2024
1 parent 74490dd commit dbae43a
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:338a9ff37ecdd190581109e5184285c9b6760b53896acfce3eb3d67fe61db1b3 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:4de74c0e8e679fee61247d4238963a808aec4fd2e94b6f5aaf139f219d012395 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:fff6d29a265ba051d464c453f8ec29e19d8ac0225a41b118d7905e142bed3d84 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:c2b73d204c519f775a65919d98cb3d6b56a0f5f96d84da6168abdb67cfc78100 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:c248a5b7e1e6a22806c5132cabdbae6d63018d0794fc14a266815f562b7ab661 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:ed0aa25d04f361d029c9bae2cf497b0e689412126d52b9dc26de4493bb8eca9e AS pg16
FROM technowledgy/pg_dev:pg12@sha256:7b3fa7db22d94095681d60326ef9837f436e15fc0797d0de9e11c477878d5548 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:ad99f8c1a9e1df302d2326559e9c3ad92e39714321add17f0b216e3f8172b5e5 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:9af43a042c0939a6d1e5225a5c2d260e5da5965388940835bb6376c4f3297f09 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:2f76988934bddfa85c036ab21d1c6e302b189c8b48ad67715a35270d33d26902 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:d3aa395ee508756bff1b06bddda7fc578d2b0b0c0e914218f247a86c89de5ba2 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:b2a2c40fff823e476376c0c6cc7fed8afea38017335b6991984df76776c349c3 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 dbae43a

Please sign in to comment.