Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
update dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
VergilGao authored Feb 5, 2023
1 parent d3f6438 commit 7ca839b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-stage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apk --update --no-cache add \
pip install --upgrade pip

ARG PYINSTALLER_SOURCE_VERISON
ENV PYINSTALLER_SOURCE_VERISON=${PYINSTALLER_SOURCE_VERISON:-09b8a1ebd0a62c4e61de61cd33c739c997249a89}
ENV PYINSTALLER_SOURCE_VERISON=${PYINSTALLER_SOURCE_VERISON:-b8ba192e05705b217c8e2a217d51252dfb0b87c9}

# build bootloader for alpine
RUN mkdir -p /tmp/pyinstaller && \
Expand All @@ -41,7 +41,7 @@ ADD /root/ /pyinstaller/
RUN chmod a+x /pyinstaller/*

ARG MDC_REQUIREMENTS_SOURCE_VERSION
ENV MDC_REQUIREMENTS_SOURCE_VERSION=${MDC_REQUIREMENTS_SOURCE_VERSION:-e84d75a50af96ba4d60b69a054335c49d65386b1}
ENV MDC_REQUIREMENTS_SOURCE_VERSION=${MDC_REQUIREMENTS_SOURCE_VERSION:-85dbbd44489448ba0f36331fb54797f3ee8dd1f8}

# install requirements
RUN cd /tmp && \
Expand Down

0 comments on commit 7ca839b

Please sign in to comment.