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 Oct 8, 2024
1 parent 682f06e commit 2480521
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: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 technowledgy/pg_dev:pg12@sha256:e4a5f046fc3998e0ab629266781d41d46e8af90154490c2710705a9878864306 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:3450eb92aa02312229c876081c95ec06731d40e579369be089b2cb5022b5c598 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:5172b01fc89626d3c0a340df53f487c6b54ad2c7a0feb740a89c9da0689d8e78 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:88c7aaa4f23dcc0407fd4639182cc1bbe3599c4fec76ad303aeff2ec16ec2405 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:3bd565d0492597fb9263645245bc95b43d01b6baee3f6f606a91b7b238ba7284 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:09925c428a565eb03018dabb05cf1f5d467fe04330e62b489ff45a784c6a2d89 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 2480521

Please sign in to comment.