Skip to content

Commit 2a84769

Browse files
committed
Fix syntax error.
1 parent adaa587 commit 2a84769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ services:
9292
# Usage:
9393
# docker compose build vcpkg-jni
9494
# docker compose run vcpkg-jni
95-
image: ${REPO}:${ARCH}-vcpkg-jni-{VCPKG}
95+
image: ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
9696
build:
9797
context: .
9898
dockerfile: ci/docker/vcpkg-jni.dockerfile
9999
cache_from:
100-
- ${REPO}:${ARCH}-vcpkg-jni-{VCPKG}
100+
- ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
101101
args:
102102
base: ${ARROW_REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2014-vcpkg-${VCPKG}
103103
volumes:

0 commit comments

Comments
 (0)