Skip to content

Commit b30e28d

Browse files
authored
update devnet versions (#1885)
1 parent 7d2bd05 commit b30e28d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,11 @@ docsgen-openrpc-boost: docsgen-openrpc-bin
217217

218218
## DOCKER IMAGES
219219
docker_user?=filecoin
220-
lotus_version?=v1.25.0
220+
lotus_version?=v1.26.0-rc1
221221
ffi_from_source?=0
222222
build_lotus?=0
223223
build_boost?=1
224-
boost_version?=v2.1.0-rc2
224+
boost_version?=v2.2.0-rc1
225225
ifeq ($(build_boost),1)
226226
#v1: build boost images currently checked out branch
227227
boost_build_cmd=docker/boost

docker/Dockerfile.yugabyte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ RUN sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|
55
RUN yum upgrade -y
66
RUN yum install procps-ng wget libatomic python39 -y
77
RUN alternatives --set python /usr/bin/python3
8-
RUN arch=$(arch | sed s/aarch64/el8-aarch64/ | sed s/x86_64/linux-x86_64/) && wget "https://downloads.yugabyte.com/releases/2.17.2.0/yugabyte-2.17.2.0-b216-${arch}.tar.gz" -O /tmp/yugabyte.tar.gz
8+
RUN arch=$(arch | sed s/aarch64/el8-aarch64/ | sed s/x86_64/linux-x86_64/) && wget "https://downloads.yugabyte.com/releases/2.20.2.0/yugabyte-2.20.2.0-b145-${arch}.tar.gz" -O /tmp/yugabyte.tar.gz
99
RUN tar xvfz /tmp/yugabyte.tar.gz
10-
RUN ln -s /yugabyte-2.17.2.0 /yugabyte
10+
RUN ln -s /yugabyte-2.20.2.0 /yugabyte
1111
RUN /yugabyte/bin/post_install.sh
1212
CMD /yugabyte/bin/yugabyted start --daemon=false --ui=false

0 commit comments

Comments
 (0)