Skip to content

Commit 4637f2a

Browse files
authored
chore(deps): update dependency google/re2 to v2023-03-01 (#10975)
1 parent b6bbb60 commit 4637f2a

11 files changed

+16
-16
lines changed

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
116116

117117
# ```bash
118118
WORKDIR /var/tmp/build/re2
119-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
119+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
120120
tar -xzf - --strip-components=1 && \
121121
cmake -DCMAKE_BUILD_TYPE=Release \
122122
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-debian-buster.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
127127

128128
# ```bash
129129
WORKDIR /var/tmp/build/re2
130-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
130+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
131131
tar -xzf - --strip-components=1 && \
132132
cmake -DCMAKE_BUILD_TYPE=Release \
133133
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-rockylinux-8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
114114

115115
# ```bash
116116
WORKDIR /var/tmp/build/re2
117-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
117+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
118118
tar -xzf - --strip-components=1 && \
119119
cmake -DCMAKE_BUILD_TYPE=Release \
120120
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
117117

118118
# ```bash
119119
WORKDIR /var/tmp/build/re2
120-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
120+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
121121
tar -xzf - --strip-components=1 && \
122122
cmake -DCMAKE_BUILD_TYPE=Release \
123123
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-ubuntu-bionic.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
8282

8383
# ```bash
8484
WORKDIR /var/tmp/build/re2
85-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
85+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
8686
tar -xzf - --strip-components=1 && \
8787
cmake -DCMAKE_BUILD_TYPE=Release \
8888
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
8585

8686
# ```bash
8787
WORKDIR /var/tmp/build/re2
88-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
88+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
8989
tar -xzf - --strip-components=1 && \
9090
cmake -DCMAKE_BUILD_TYPE=Release \
9191
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/fedora-37-cmake.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
140140
# files. This may be fixed in Fedora:38, but until then it is easier to just
141141
# install the source code.
142142
WORKDIR /var/tmp/build/re2
143-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
143+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
144144
tar -xzf - --strip-components=1 && \
145145
cmake -DCMAKE_BUILD_TYPE=Release \
146146
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/fedora-37-cxx14.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
148148
# files. This is fixed in Fedora:38, but until then it is easier to just install
149149
# the source code.
150150
WORKDIR /var/tmp/build/re2
151-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
151+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
152152
tar -xzf - --strip-components=1 && \
153153
cmake -DCMAKE_BUILD_TYPE=Release \
154154
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/fedora-37-cxx20.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.12.tar.gz
150150
# files. This may be fixed in Fedora:38, but until then it is easier to just
151151
# install the source code.
152152
WORKDIR /var/tmp/build/re2
153-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
153+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
154154
tar -xzf - --strip-components=1 && \
155155
cmake -DCMAKE_BUILD_TYPE=Release \
156156
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/ubuntu-bionic-install.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ RUN curl -sSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.ta
150150
cd /var/tmp && rm -fr build
151151

152152
WORKDIR /var/tmp/build/re2
153-
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
153+
RUN curl -sSL https://github.com/google/re2/archive/2023-03-01.tar.gz | \
154154
tar -xzf - --strip-components=1 && \
155155
cmake -DCMAKE_BUILD_TYPE=Release \
156156
-DBUILD_SHARED_LIBS=ON \

0 commit comments

Comments
 (0)