Skip to content

Commit

Permalink
ci: use ubuntu 20.04 to build rocksdb v8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Dec 8, 2023
1 parent 11fcfb0 commit a618650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /

Expand Down

0 comments on commit a618650

Please sign in to comment.