Skip to content

Commit 4f0e2c1

Browse files
committed
Upgrade builderhub image to new ref
Also renames the package from builder to builderhub
1 parent 0d4f920 commit 4f0e2c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

images/builder/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ RUN apt-get update && \
88
python3-pip && \
99
apt-get clean
1010

11-
RUN pip3 install --no-cache-dir git+https://github.com/yuvipanda/builderhub.git@a07ae23
12-
ADD builder_config.py /etc
11+
RUN pip3 install --no-cache-dir git+https://github.com/yuvipanda/builderhub.git@9fffab6
12+
ADD builderhub_config.py /etc
1313

1414
WORKDIR /etc
1515

16-
CMD python3 -m builder.app
16+
CMD python3 -m builderhub.app
1717

1818
EXPOSE 8585

0 commit comments

Comments
 (0)