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/2024 -07-02 .tar.gz | \
111+ RUN curl -fsSL https://github.com/google/re2/archive/2025 -07-17 .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/2024 -07-02 .tar.gz | \
111+ RUN curl -fsSL https://github.com/google/re2/archive/2025 -07-17 .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/2024 -07-02 .tar.gz | \
80+ RUN curl -fsSL https://github.com/google/re2/archive/2025 -07-17 .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/2024 -07-02 .tar.gz | \
148+ RUN curl -fsSL https://github.com/google/re2/archive/2025 -07-17 .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 @@ -771,7 +771,7 @@ planning to use pkg-config.
771771
772772``` bash
773773mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
774- curl -fsSL https://github.com/google/re2/archive/2024 -07-02 .tar.gz | \
774+ curl -fsSL https://github.com/google/re2/archive/2025 -07-17 .tar.gz | \
775775 tar -xzf - --strip-components=1 && \
776776 cmake -DCMAKE_BUILD_TYPE=Release \
777777 -DBUILD_SHARED_LIBS=ON \
@@ -1098,7 +1098,7 @@ planning to use pkg-config.
10981098
10991099``` bash
11001100mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
1101- curl -fsSL https://github.com/google/re2/archive/2024 -07-02 .tar.gz | \
1101+ curl -fsSL https://github.com/google/re2/archive/2025 -07-17 .tar.gz | \
11021102 tar -xzf - --strip-components=1 && \
11031103 cmake -DCMAKE_BUILD_TYPE=Release \
11041104 -DBUILD_SHARED_LIBS=ON \
@@ -1273,7 +1273,7 @@ planning to use pkg-config.
12731273
12741274``` bash
12751275mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
1276- curl -fsSL https://github.com/google/re2/archive/2024 -07-02 .tar.gz | \
1276+ curl -fsSL https://github.com/google/re2/archive/2025 -07-17 .tar.gz | \
12771277 tar -xzf - --strip-components=1 && \
12781278 cmake -DCMAKE_BUILD_TYPE=Release \
12791279 -DBUILD_SHARED_LIBS=ON \
You can’t perform that action at this time.
0 commit comments