Skip to content

Commit 53b91f2

Browse files
authored
Downgrade mydumper to temporarily fix dev-env import searach-replace (#1116)
1 parent 6be804d commit 53b91f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php-helpers/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ RUN \
4545
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
4646

4747
WORKDIR /src/mydumper
48-
ADD https://github.com/mydumper/mydumper/archive/refs/tags/v0.18.1-1.tar.gz mydumper.tar.gz
48+
ADD https://github.com/mydumper/mydumper/archive/refs/tags/v0.16.3-6.tar.gz mydumper.tar.gz
4949
RUN \
50-
echo "0cce6f1e15b474c35d57e9bcd87d8469 mydumper.tar.gz" | md5sum -c - && \
50+
echo "6af51d6e18fdf318710ba0c3d87f6ac7 mydumper.tar.gz" | md5sum -c - && \
5151
tar -xzf mydumper.tar.gz --strip-components=1 && \
5252
sed -i 's/-Werror//g' CMakeLists.txt && \
5353
cmake -B build $(xx-clang --print-cmake-defines) && \

0 commit comments

Comments
 (0)