File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
ci/cloudbuild/dockerfiles Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.4.tar.gz
108108
109109# ```bash
110110WORKDIR /var/tmp/build/re2
111- RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
111+ RUN curl -fsSL https://github.com/google/re2/archive/2025-08-12 .tar.gz | \
112112 tar -xzf - --strip-components=1 && \
113113 cmake -DCMAKE_BUILD_TYPE=Release \
114114 -DBUILD_SHARED_LIBS=ON \
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.4.tar.gz
108108
109109# ```bash
110110WORKDIR /var/tmp/build/re2
111- RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
111+ RUN curl -fsSL https://github.com/google/re2/archive/2025-08-12 .tar.gz | \
112112 tar -xzf - --strip-components=1 && \
113113 cmake -DCMAKE_BUILD_TYPE=Release \
114114 -DBUILD_SHARED_LIBS=ON \
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.4.tar.gz
7777
7878# ```bash
7979WORKDIR /var/tmp/build/re2
80- RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
80+ RUN curl -fsSL https://github.com/google/re2/archive/2025-08-12 .tar.gz | \
8181 tar -xzf - --strip-components=1 && \
8282 cmake -DCMAKE_BUILD_TYPE=Release \
8383 -DBUILD_SHARED_LIBS=ON \
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t
145145 cd /var/tmp && rm -fr build
146146
147147WORKDIR /var/tmp/build/re2
148- RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
148+ RUN curl -fsSL https://github.com/google/re2/archive/2025-08-12 .tar.gz | \
149149 tar -xzf - --strip-components=1 && \
150150 cmake -DCMAKE_BUILD_TYPE=Release \
151151 -DBUILD_SHARED_LIBS=ON \
Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ planning to use pkg-config.
776776
777777``` bash
778778mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
779- curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
779+ curl -fsSL https://github.com/google/re2/archive/2025-08-12 .tar.gz | \
780780 tar -xzf - --strip-components=1 && \
781781 cmake -DCMAKE_BUILD_TYPE=Release \
782782 -DBUILD_SHARED_LIBS=ON \
@@ -1105,7 +1105,7 @@ planning to use pkg-config.
11051105
11061106``` bash
11071107mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
1108- curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
1108+ curl -fsSL https://github.com/google/re2/archive/2025-08-12 .tar.gz | \
11091109 tar -xzf - --strip-components=1 && \
11101110 cmake -DCMAKE_BUILD_TYPE=Release \
11111111 -DBUILD_SHARED_LIBS=ON \
@@ -1281,7 +1281,7 @@ planning to use pkg-config.
12811281
12821282``` bash
12831283mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
1284- curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
1284+ curl -fsSL https://github.com/google/re2/archive/2025-08-12 .tar.gz | \
12851285 tar -xzf - --strip-components=1 && \
12861286 cmake -DCMAKE_BUILD_TYPE=Release \
12871287 -DBUILD_SHARED_LIBS=ON \
You can’t perform that action at this time.
0 commit comments