We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4580c commit 1817992Copy full SHA for 1817992
pglite/.buildconfig
@@ -1,4 +1,4 @@
1
PG_VERSION=16.4
2
-SDK_VERSION=3.1.74.3bi
+SDK_VERSION=3.1.61.6bi
3
WASI_SDK_VERSION=24.0.4
4
SDKROOT=/opt/python-wasm-sdk
pglite/Dockerfile
@@ -1,7 +1,7 @@
FROM ubuntu:22.04 AS build_sdk
ARG PG_VERSION=16.4
-ARG SDK_VERSION=3.1.74.3bi
+ARG SDK_VERSION=3.1.61.6bi
5
ARG DEBUG=false
6
ARG OBJDUMP=true
7
@@ -45,7 +45,7 @@ RUN \
45
apt-get clean
46
47
48
49
50
51
0 commit comments