Skip to content

chore(deps): bump pyarrow from 15.0.2 to 23.0.1 in /server #2892

chore(deps): bump pyarrow from 15.0.2 to 23.0.1 in /server

chore(deps): bump pyarrow from 15.0.2 to 23.0.1 in /server #2892

name: Docker Image Build - rdev
on:
- push
jobs:
rdev_argus_builder:
uses: chanzuckerberg/github-actions/.github/workflows/argus-docker-build.yaml@v6
secrets: inherit
with:
envs: rdev
path_filters: "!**/.infra/**"
branches_ignore: main,release-please--branches--main
images: |
{
"explorer": {
"context": ".",
"dockerfile": "hosted/Dockerfile",
"argus_root": ".",
"platform": "linux/amd64",
"build_args": [
"BUILDKIT_INLINE_CACHE=1"
]
},
"explorer-vcp": {
"context": ".",
"dockerfile": "vcp-hosted/Dockerfile",
"argus_root": "vcp-infra",
"platform": "linux/amd64",
"build_args": [
"BUILDKIT_INLINE_CACHE=1"
]
}
}