Skip to content

Commit 9308a1d

Browse files
authored
chore(deps): update dependency google/re2 to v2023 (#10719)
1 parent f2de253 commit 9308a1d

15 files changed

Lines changed: 21 additions & 21 deletions

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/2022-12-01.tar.gz | \
119+
RUN curl -sSL https://github.com/google/re2/archive/2023-02-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/2022-12-01.tar.gz | \
130+
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
131131
tar -xzf - --strip-components=1 && \
132132
cmake -DCMAKE_BUILD_TYPE=Release \
133133
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

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

159159
# ```bash
160160
WORKDIR /var/tmp/build/re2
161-
RUN curl -sSL https://github.com/google/re2/archive/2022-12-01.tar.gz | \
161+
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
162162
tar -xzf - --strip-components=1 && \
163163
cmake -DCMAKE_BUILD_TYPE=Release \
164164
-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/2022-12-01.tar.gz | \
117+
RUN curl -sSL https://github.com/google/re2/archive/2023-02-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/2022-12-01.tar.gz | \
120+
RUN curl -sSL https://github.com/google/re2/archive/2023-02-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/2022-12-01.tar.gz | \
85+
RUN curl -sSL https://github.com/google/re2/archive/2023-02-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/2022-12-01.tar.gz | \
88+
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
8989
tar -xzf - --strip-components=1 && \
9090
cmake -DCMAKE_BUILD_TYPE=Release \
9191
-DBUILD_SHARED_LIBS=ON \

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

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

ci/cloudbuild/dockerfiles/fedora-36-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:37, 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/2022-12-01.tar.gz | \
151+
RUN curl -sSL https://github.com/google/re2/archive/2023-02-01.tar.gz | \
152152
tar -xzf - --strip-components=1 && \
153153
cmake -DCMAKE_BUILD_TYPE=Release \
154154
-DBUILD_SHARED_LIBS=ON \

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

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

0 commit comments

Comments
 (0)