Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Jan 30, 2024
1 parent f4fe607 commit ceff835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ API_GATEWAY_VERSION=0.8.0-beta

# pipeline-backend
PIPELINE_BACKEND_IMAGE=instill/pipeline-backend
PIPELINE_BACKEND_VERSION=0.20.0-beta
PIPELINE_BACKEND_VERSION=0.20.0-poc
PIPELINE_BACKEND_HOST=pipeline-backend
PIPELINE_BACKEND_PRIVATEPORT=3081
PIPELINE_BACKEND_PUBLICPORT=8081
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ RUN git clone -b v${INSTILL_CORE_VERSION} -c advice.detachedHead=false https://g
WORKDIR /instill-ai/vdp

ARG PIPELINE_BACKEND_VERSION
RUN git clone -b poc/0124 -c advice.detachedHead=false https://github.com/instill-ai/pipeline-backend.git
RUN git clone -b v${PIPELINE_BACKEND_VERSION} -c advice.detachedHead=false https://github.com/instill-ai/pipeline-backend.git

0 comments on commit ceff835

Please sign in to comment.