This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new f7e6bd5fe ci: update Docker images used for wheels (#1977)
f7e6bd5fe is described below
commit f7e6bd5fe6d968af017586e91e23e684483d66d8
Author: David Li <[email protected]>
AuthorDate: Mon Jul 8 11:37:39 2024 +0900
ci: update Docker images used for wheels (#1977)
Fixes #1963.
---
.env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.env b/.env
index 91843da12..31b390ab5 100644
--- a/.env
+++ b/.env
@@ -41,7 +41,7 @@ DOTNET=8.0
# ci/scripts/install_vcpkg.sh script. Keep in sync with apache/arrow .env.
# When updating, also update the docs, which list the version of libpq/SQLite
# that vcpkg (and hence our wheels) ship
-VCPKG="a42af01b72c28a8e1d7b48107b33e4f286a55ef6"
+VCPKG="943c5ef1c8f6b5e6ced092b242c8299caae2ff01"
# These are used to tell tests where to find services for integration testing.
# They are valid if the services are started with the docker-compose config.