File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IMPORT ../java AS java
88# cspell: words psycopg
99
1010postgres-base :
11- FROM postgres:16.4-bookworm
11+ FROM postgres:16.10-trixie
1212
1313 WORKDIR /root
1414
Original file line number Diff line number Diff line change @@ -8,22 +8,20 @@ IMPORT ../../../utilities/scripts AS scripts
88wasm-c-base :
99 # This image comes from:
1010 # https://github.com/WebAssembly/wasi-sdk/pkgs/container/wasi-sdk
11- FROM ghcr.io/webassembly/wasi-sdk:sha-754aec3
11+ FROM ghcr.io/webassembly/wasi-sdk:sha-400dd95
1212 WORKDIR /root
1313
1414 RUN apt-get update && apt-get install -y \
1515 bash \
1616 build-essential \
17- python3-pip \
17+ python3-rich \
1818 && rm -rf /var/lib/apt/lists/*
1919
2020 COPY rust-tools+tool-wasm-tools/wasm-tools /bin
2121 COPY rust-tools+tool-wit-bindgen/wit-bindgen /bin
2222
23- RUN pip install rich== 13.8.0
24-
2523 # Universal build scripts.
2624 COPY --dir scripts /scripts
2725 # Copy our common scripts so we can use them inside the container.
2826 DO scripts+ADD_BASH_SCRIPTS
29- DO scripts+ADD_PYTHON_SCRIPTS
27+ DO scripts+ADD_PYTHON_SCRIPTS
You can’t perform that action at this time.
0 commit comments