diff --git a/Dockerfile b/Dockerfile index 7d8bbe2..4f1e170 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ ARG PG_MAJOR=16 ARG PGRST_MAJOR=12 -FROM technowledgy/pg_dev:pg12@sha256:a47578f89a525588b2d5b19a6bb462ede4f24df0828dd3dde694269f53cf5a67 AS pg12 -FROM technowledgy/pg_dev:pg13@sha256:0946b1dee8827f3ec411d564fee6291cf5be2e0e75fca695696914595e19da9a AS pg13 -FROM technowledgy/pg_dev:pg14@sha256:053c82216f3dd3ba202ab52adf226ed081e64b6cebf9ee00854fb25ab87e04c6 AS pg14 -FROM technowledgy/pg_dev:pg14-invoker@sha256:b998eb907ff7d74d39cf3142e3d6396bc532085e87139e4375f8a5794ddd9672 AS pg14-invoker -FROM technowledgy/pg_dev:pg15@sha256:8dbe15d6b4b98134dad72b77463af9931eff4966c8140c4e411b135f6645cb89 AS pg15 -FROM technowledgy/pg_dev:pg16@sha256:f5eb427b34f4b7a68d1a9a895ca4a65cdea1a4a1f027cb7bcb03c1b86c775831 AS pg16 +FROM technowledgy/pg_dev:pg12@sha256:04e2ec147f6adb067d344f5115f7b3da7fdd33498d766d134c8b9efce257e962 AS pg12 +FROM technowledgy/pg_dev:pg13@sha256:716bd9a579c502c95fdb141389422a06d3c4f8ca06edfa2b673d0d0153f62140 AS pg13 +FROM technowledgy/pg_dev:pg14@sha256:7739bdfcec8c097da5fb8ddc1fb5253656ff0ff08082ab25929fde3fc0eda17d AS pg14 +FROM technowledgy/pg_dev:pg14-invoker@sha256:d6e05b357b5421f6f1adc1aa8b00c55c02289b1e26d8028c5628e48494e236f7 AS pg14-invoker +FROM technowledgy/pg_dev:pg15@sha256:d3e05d9706548cdcdb64df9d7c5d5c5273d1663055392c65db30045310bcf6f8 AS pg15 +FROM technowledgy/pg_dev:pg16@sha256:83f407abac6090fc58840d42af4d7d53b8aafc027ec2aeb7bdb012be0b6b580a AS pg16 FROM postgrest/postgrest:v9.0.1@sha256:2fe9360dba5520267f4ba4be6bb9e399a63acfcd081090ca8598064ccb6ac4a8 AS pgrst9 FROM postgrest/postgrest:v10.2.0@sha256:0885714e16ad539d970c9a0e668a3184e814c488e1f3759a8f2ee40158e780cb AS pgrst10