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 #264

Merged
merged 1 commit into from
Jul 18, 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=16
ARG PGRST_MAJOR=12

FROM technowledgy/pg_dev:pg12@sha256:2a58e62c2ec04747aded6d2cbcf70a71ed47cd30d6fc46e95fbe42dbe5acb0c2 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:58f3e7edbbd6658b3134b9accdf54ed66e9ba6306f8da73863c044af655427c0 AS pg13
FROM technowledgy/pg_dev:pg14@sha256:cd754ffbe47b40538204c4776fcd4142439a93ded130f5354344769746c8b926 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:746132522105032f94cfd3940683373746ce52b3eb66efeb2dd4233f5737ec4e AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:bcf4e2f01907a86fd2b9a45b753313afe30e942a0e21e72d2c6f274b8678ed9e AS pg15
FROM technowledgy/pg_dev:pg16@sha256:4ef95d5e1ef8b7016038b9eb18e849cb1cc47831917c8b36cd135f70d5de8f7d AS pg16
FROM technowledgy/pg_dev:pg12@sha256:aa7262e90ad8e617e8ef7a69a7fa480e90e55f3480743501c986065f063fbf0f AS pg12
FROM technowledgy/pg_dev:pg13@sha256:7357d83fe10731ea3bf62a4f48681a6e7047aed9f3808beb94931f5a8656ab6d AS pg13
FROM technowledgy/pg_dev:pg14@sha256:55e022dc6c7f1f7818107cf7a7324f667055e0d627a5fde927d01d7e8d2ca794 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:d0456390cc2728164f7f21f811507dee3bd7119ae8fb68ed388fa754dc618c6f AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:f905d84c6e9b6f2783235beadcea40e2d2c13d405ddc03e70e5376da18ab69e5 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:6852fede8a4e2c3c68c01ae05cc4e3d2fb65bc5f6bc7d08bf848ecf3b78eb939 AS pg16

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