Skip to content

Commit b13b050

Browse files
committed
Dependencies: persistent was not supported by aleph-message
1 parent c491e47 commit b13b050

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/vm_supervisor-dev.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN curl -fsSL -o /opt/firecracker/vmlinux.bin https://s3.amazonaws.com/spec.ccf
1919
RUN ln /opt/firecracker/release-*/firecracker-v* /opt/firecracker/firecracker
2020
RUN ln /opt/firecracker/release-*/jailer-v* /opt/firecracker/jailer
2121

22-
RUN pip3 install typing-extensions 'aleph-message>=0.1.19'
22+
RUN pip3 install typing-extensions 'aleph-message>=0.2.0'
2323

2424
RUN mkdir -p /var/lib/aleph/vm/jailer
2525

examples/volumes/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
66
&& rm -rf /var/lib/apt/lists/*
77

88
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'
1010

1111
CMD mksquashfs /opt/venv /mnt/volume-venv.squashfs

packaging/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ debian-package-code:
1616
cp ../examples/message_from_aleph.json ./aleph-vm/opt/aleph-vm/examples/message_from_aleph.json
1717
cp -r ../examples/data ./aleph-vm/opt/aleph-vm/examples/data
1818
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'
2020
python3 -m compileall ./aleph-vm/opt/aleph-vm/
2121

2222
debian-package-resources: firecracker-bins vmlinux

vm_supervisor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ is used to parse and validate Aleph messages.
8787
```shell
8888
apt install -y --no-install-recommends --no-install-suggests python3-pip
8989
pip3 install pydantic[dotenv]
90-
pip3 install aleph-message
90+
pip3 install 'aleph-message==0.2.0'
9191
```
9292

9393
### 2.f. Create the jailer working directory:

0 commit comments

Comments
 (0)