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
8
8
# cspell: words psycopg
9
9
10
10
postgres-base :
11
- FROM postgres:16.4-bookworm
11
+ FROM postgres:16.10-trixie
12
12
13
13
WORKDIR /root
14
14
Original file line number Diff line number Diff line change @@ -8,22 +8,20 @@ IMPORT ../../../utilities/scripts AS scripts
8
8
wasm-c-base :
9
9
# This image comes from:
10
10
# 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
12
12
WORKDIR /root
13
13
14
14
RUN apt-get update && apt-get install -y \
15
15
bash \
16
16
build-essential \
17
- python3-pip \
17
+ python3-rich \
18
18
&& rm -rf /var/lib/apt/lists/*
19
19
20
20
COPY rust-tools+tool-wasm-tools/wasm-tools /bin
21
21
COPY rust-tools+tool-wit-bindgen/wit-bindgen /bin
22
22
23
- RUN pip install rich== 13.8.0
24
-
25
23
# Universal build scripts.
26
24
COPY --dir scripts /scripts
27
25
# Copy our common scripts so we can use them inside the container.
28
26
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