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

Merged
merged 1 commit into from
Nov 13, 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:5f7291521e3ed32268593e22a383923513137124fc4f4127efbc629e34514112 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:e78a66ca237fd6b069064af9600bde681eb0688aa46c033097623da3f8268d5e AS pg13
FROM technowledgy/pg_dev:pg14@sha256:6d427f579291734e1a9c0942892e700e2e561c95b84e96aa7b25553b19dae8ce AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:7692ff5ae13ad17e0fa90923caf81a8572753677c842539bede69ee7428608ef AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:49aa5d981e5f02e32e78fc29dc5f7858222ec33d0daf4ad4bee60bdb1e8b741d AS pg15
FROM technowledgy/pg_dev:pg16@sha256:bcd5189774415ecfa08c160986e557cff64cc790b276e9e12c004709fff52f60 AS pg16
FROM technowledgy/pg_dev:pg12@sha256:dc90c6bbdb4c3120beff7e9d3f3a7433d184b94e1f8a663710f8cafb9e3fc0e9 AS pg12
FROM technowledgy/pg_dev:pg13@sha256:795b7e208db2d39ba9b79ff5397a05a9cfb6a8212cdf79764e4b485c95afed7c AS pg13
FROM technowledgy/pg_dev:pg14@sha256:24b6a4346adb7cd6f76df8338e44bba35765ca1bbceaef9b9a64d857d72af075 AS pg14
FROM technowledgy/pg_dev:pg14-invoker@sha256:00367b8e7f3b5bf099825ca9d517f5c0b75afa767ca38a0d4860250fba437a49 AS pg14-invoker
FROM technowledgy/pg_dev:pg15@sha256:9aeef1b6323230fa08071cc9eff5a1088ba6c8b34d06b9b1fc7feef76808b9d1 AS pg15
FROM technowledgy/pg_dev:pg16@sha256:36a61d6cfe4d35260628e9539d16acfc5172f7da65c8998a160927175f931d6d AS pg16

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