Skip to content

Commit

Permalink
chore(deps): update postgres (#173)
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 1, 2023
1 parent c118a8d commit eb990e9
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:a8b99f92cd4080fdc2ace488d380abcd743e1f894f417627efa162a923a40cc3 AS pg10
FROM technowledgy/pg_dev:pg11@sha256:a1ca46c12d2445aff3921db292aec76615e96bc0ab928e1672dda750ea739ebb AS pg11
FROM technowledgy/pg_dev:pg12@sha256:558339ba426212264c4a9749c6eb063eb403b74bdac3250ada1b59d8d42c5ac2 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:d4bc2cbfbe8c3d4695243eccb5136e287d6cfba0ef411d7ac572481671aff118 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:30231f74b108eef767cdba52c0f4bb5f734650cba55db6a1c4ec955ddd3c6e62 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:ccf8fd48f276ecaf044b41f8d739a4c4303de0674edde0dd484332eb8eab495c AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:42811983d88cce3e90ecf577b7488a838f2185a91dfcc2048d9e338b991fe9cb AS pg15
FROM technowledgy/pg_dev:pg10@sha256:35ac1bc305d4197daf66c818b243c8dd226f79574fc89ef00c2eb537c56399f2 AS pg10
FROM technowledgy/pg_dev:pg11@sha256:da6d2da48b4a6bba628fbe0726d5c3b0e7fa692c29e5d4b1396304d4b3cb8235 AS pg11
FROM technowledgy/pg_dev:pg12@sha256:b64398520f9e5d191beea8546c16108b7107953675d33e49e14ebfb9f3d25c51 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:6f30b79beb4cd788f266e1ec8fbd8074ef9a77885d60178190441ceba95946f0 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:24ddc5750776fe50a6edc9ff910ecb4301430eb53716eaf5552cbee5983bf1ee AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:1fba8c2297f531414a067324c91b5213c324c4fa1323cd82caf178ad7fe1653e AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:f7cba40e23850eb2c7f9e5440e0e9e7bcb347ebb3bc5a64ceeef8bc9828c420e 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 eb990e9

Please sign in to comment.