File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -975,8 +975,8 @@ ARG PG_VERSION
975
975
RUN case "${PG_VERSION}" in "v17" ) \
976
976
echo "pg_session_jwt does not yet have a release that supports pg17" && exit 0;; \
977
977
esac && \
978
- wget https://github.com/neondatabase/pg_session_jwt/archive/e642528f429dd3f5403845a50191b78d434b84a6 .tar.gz -O pg_session_jwt.tar.gz && \
979
- echo "1a69210703cc91224785e59a0a67562dd9eed9a0914ac84b11447582ca0d5b93 pg_session_jwt.tar.gz" | sha256sum --check && \
978
+ wget https://github.com/neondatabase/pg_session_jwt/archive/e1310b08ba51377a19e0559e4d1194883b9b2ba2 .tar.gz -O pg_session_jwt.tar.gz && \
979
+ echo "837932a077888d5545fd54b0abcc79e5f8e37017c2769a930afc2f5c94df6f4e pg_session_jwt.tar.gz" | sha256sum --check && \
980
980
mkdir pg_session_jwt-src && cd pg_session_jwt-src && tar xzf ../pg_session_jwt.tar.gz --strip-components=1 -C . && \
981
981
sed -i 's/pgrx = "=0.11.3"/pgrx = { version = "=0.11.3", features = [ "unsafe-postgres" ] }/g' Cargo.toml && \
982
982
cargo pgrx install --release
You can’t perform that action at this time.
0 commit comments