From a618650c4b88e99666473eed9618c20096ba3dd1 Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:06:24 -0600 Subject: [PATCH] ci: use ubuntu 20.04 to build rocksdb v8.8.1 --- contrib/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/Dockerfile b/contrib/Dockerfile index ecc7b6e..8fd516b 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -1,7 +1,7 @@ -FROM ubuntu:22.04 +FROM ubuntu:20.04 ENV PORTABLE=1 -ARG ROCKSDB_VERSION=v8.5.3 +ARG ROCKSDB_VERSION=v8.8.1 WORKDIR /