We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ac809 commit 7083778Copy full SHA for 7083778
adbc_drivers_dev/.env
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-GO=1.25.5
+GO=1.25.7
16
LIBCLANG=18.1.1
17
MANYLINUX=manylinux2014
18
-RUST=1.92.0
+RUST=1.93.0
adbc_drivers_dev/compose/manylinux-rust/Dockerfile
@@ -15,7 +15,7 @@
ARG MANYLINUX
FROM quay.io/pypa/${MANYLINUX}:latest
-RUN ulimit -n 1024 && yum install -y wget && yum clean all
+RUN ulimit -n 1024 && yum install -y wget openssl openssl-devel openssl-static && yum clean all
19
ENV PATH="/usr/local/rust/bin:${PATH}"
20
21
ARG LIBCLANG
0 commit comments