File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN curl -fsSL -o /opt/firecracker/vmlinux.bin https://s3.amazonaws.com/spec.ccf
19
19
RUN ln /opt/firecracker/release-*/firecracker-v* /opt/firecracker/firecracker
20
20
RUN ln /opt/firecracker/release-*/jailer-v* /opt/firecracker/jailer
21
21
22
- RUN pip3 install typing-extensions 'aleph-message>=0.1.19 '
22
+ RUN pip3 install typing-extensions 'aleph-message>=0.2.0 '
23
23
24
24
RUN mkdir -p /var/lib/aleph/vm/jailer
25
25
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
6
6
&& rm -rf /var/lib/apt/lists/*
7
7
8
8
RUN python3 -m venv /opt/venv
9
- RUN /opt/venv/bin/pip install 'aleph-message>=0.1.19 '
9
+ RUN /opt/venv/bin/pip install 'aleph-message>=0.2.0 '
10
10
11
11
CMD mksquashfs /opt/venv /mnt/volume-venv.squashfs
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ debian-package-code:
16
16
cp ../examples/message_from_aleph.json ./aleph-vm/opt/aleph-vm/examples/message_from_aleph.json
17
17
cp -r ../examples/data ./aleph-vm/opt/aleph-vm/examples/data
18
18
mkdir -p ./aleph-vm/opt/aleph-vm/examples/volumes
19
- pip3 install --target ./aleph-vm/opt/aleph-vm/ 'aleph-message>=0.1.19 '
19
+ pip3 install --target ./aleph-vm/opt/aleph-vm/ 'aleph-message==0.2.0 '
20
20
python3 -m compileall ./aleph-vm/opt/aleph-vm/
21
21
22
22
debian-package-resources : firecracker-bins vmlinux
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ is used to parse and validate Aleph messages.
87
87
` ` ` shell
88
88
apt install -y --no-install-recommends --no-install-suggests python3-pip
89
89
pip3 install pydantic[dotenv]
90
- pip3 install aleph-message
90
+ pip3 install ' aleph-message==0.2.0 '
91
91
` ` `
92
92
93
93
# ## 2.f. Create the jailer working directory:
You can’t perform that action at this time.
0 commit comments