Skip to content

Commit

Permalink
chore(deps): update postgres (#296)
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 30, 2024
1 parent b6056e5 commit c81acc3
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: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 technowledgy/pg_dev:pg12@sha256:31657c6da6bd689599564ced2ddea60144e7efa43d9238e79240cf3159e6eaf7 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:7d4611f3709a2f3b2559e4304fc851a01b90e14dd8b6f9693a71324d4185121c AS pg13
FROM technowledgy/pg_dev:pg14@sha256:aa12403f94e6e9d0b4b5ab1d2fb7d4750a06846750582217311f04e168eff69a AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:109fac25f1e3d7d816d0f37a46a8651e92c0a4ca6805b82949b2f1ff91f10b2f AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:1bae0556318d9b17a38543ba2e2aa0041b539a65696fc3ccef0c350b8a8395d8 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:b39c4049defa48b51cafc612b01535e159a56a023a3f7373349a0b7b6ce7cc44 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 c81acc3

Please sign in to comment.