We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cead2b0 commit 48f96c9Copy full SHA for 48f96c9
1 file changed
timescaledb-pgrx/Dockerfile
@@ -4,8 +4,8 @@ FROM timescale/timescaledb-ha:pg17 AS pgrx
4
# see: https://github.com/supabase/wrappers/commit/eea6f87f
5
ARG PGRX_VER="0.16.1"
6
7
-# Current Rust version is 1.87.0 at 2025/06/12
8
-ARG RUST_VER="1.87.0"
+# Current Rust version is 1.92.0 at 2026/01/09
+ARG RUST_VER="1.92.0"
9
10
USER root
11
0 commit comments