Skip to content

Commit 94369af

Browse files
authored
chore(compute): bumps pg_session_jwt to latest version (#9474)
1 parent 34b6bd4 commit 94369af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/compute-node.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,8 +975,8 @@ ARG PG_VERSION
975975
RUN case "${PG_VERSION}" in "v17") \
976976
echo "pg_session_jwt does not yet have a release that supports pg17" && exit 0;; \
977977
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 && \
980980
mkdir pg_session_jwt-src && cd pg_session_jwt-src && tar xzf ../pg_session_jwt.tar.gz --strip-components=1 -C . && \
981981
sed -i 's/pgrx = "=0.11.3"/pgrx = { version = "=0.11.3", features = [ "unsafe-postgres" ] }/g' Cargo.toml && \
982982
cargo pgrx install --release

0 commit comments

Comments
 (0)