Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update postgres #251

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG PG_MAJOR=15
ARG PGRST_MAJOR=11

FROM technowledgy/pg_dev:pg12@sha256:eddaf423e4e7e43469d8b71f4ea54ec29735e666ecc53c30ff8761c349d470c3 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:8f06158bd6fbc8dbaa8cbd4885c00e13ee8bee5bee827702430fe911474dd332 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:c046b0214fed39e7c1dcc7acc1a649fa85309d7cb0b4da8da236757427338f48 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:f6e23b6aafd5da8dae1c1b02cb807a088a3671ce10a0d505661deeff57e40508 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:8edad799e57b265265b019f9da1d4241aa4dcf8083859817228d7fd99c905db9 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:35c30857c9839e1c17959a1914a0e74ac5cecee5df5de26d55b4abb4b77100ce AS pg16
FROM technowledgy/pg_dev:pg12@sha256:492f490680fdb23496731f6675f2e539e5eb0a2ca4b773b07ba36be34aa3ba10 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:9dd7f2b2cc22fe2f2610ebb84f414d28771b86137124670d4a90b61ac193c15a AS pg13
FROM technowledgy/pg_dev:pg14@sha256:9fc0ed2c0b6d3af2dce337e62edd87bc5a59dbc9e3a466937c44fc2becffc5cd AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:337e23bd15ff8ce3f9b6d8517fef3ed8001422f29738e117848ce2f1a15ef01c AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:50f872b7d6aa228ceb68c6b7c7e13200b5f986e3e925f0f010eb08e4a45fbb03 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:b67874b2eaf1bdfa67f1a9074519bb0b715ef777319095517e79f47839e4a7e1 AS pg16

FROM postgrest/postgrest:v9.0.1@sha256:2fe9360dba5520267f4ba4be6bb9e399a63acfcd081090ca8598064ccb6ac4a8 AS pgrst9
FROM postgrest/postgrest:v10.2.0@sha256:0885714e16ad539d970c9a0e668a3184e814c488e1f3759a8f2ee40158e780cb AS pgrst10
Expand Down