Skip to content

Commit c309ab1

Browse files
committed
#472 fixing building params for codefresh pipeline part 2
1 parent 841ddb0 commit c309ab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN pip install -r requirements.txt
2929
COPY --chown=1000:1000 . .
3030
WORKDIR ${INSTALLATION_FOLDER}/utilities
3131

32-
RUN python install.py ${BUILD_ARGS}
32+
RUN python install.py ${BUILD_ARGS} --geppetto ${GEPPETTO_VERSION}
3333

3434
WORKDIR ${INSTALLATION_FOLDER}
3535

0 commit comments

Comments
 (0)