Skip to content

Commit 1817992

Browse files
author
tudor
committed
updated sdk version to 3.1.61.6bi
1 parent 8e4580c commit 1817992

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pglite/.buildconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PG_VERSION=16.4
2-
SDK_VERSION=3.1.74.3bi
2+
SDK_VERSION=3.1.61.6bi
33
WASI_SDK_VERSION=24.0.4
44
SDKROOT=/opt/python-wasm-sdk

pglite/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:22.04 AS build_sdk
22

33
ARG PG_VERSION=16.4
4-
ARG SDK_VERSION=3.1.74.3bi
4+
ARG SDK_VERSION=3.1.61.6bi
55
ARG DEBUG=false
66
ARG OBJDUMP=true
77

@@ -45,7 +45,7 @@ RUN \
4545
apt-get clean
4646

4747
ARG PG_VERSION=16.4
48-
ARG SDK_VERSION=3.1.74.3bi
48+
ARG SDK_VERSION=3.1.61.6bi
4949
ARG DEBUG=false
5050
ARG OBJDUMP=true
5151

0 commit comments

Comments
 (0)