Skip to content

Commit

Permalink
Bump micropipenv and thamos
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Sep 9, 2020
1 parent 5579a93 commit afe8876
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion f31-py37/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN TMPFILE=$(mktemp) && \
TMPFILE_ASSEMBLE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==0.5.3 thamos==0.12.1 && \
/usr/bin/pip3 install micropipenv[toml]==0.6.0 thamos==0.12.2 && \
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Expand Down
2 changes: 1 addition & 1 deletion f32-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN TMPFILE=$(mktemp) && \
TMPFILE_ASSEMBLE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==0.5.3 thamos==0.12.1 && \
/usr/bin/pip3 install micropipenv[toml]==0.6.0 thamos==0.12.2 && \
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Expand Down
2 changes: 1 addition & 1 deletion ubi8-py36/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY ./s2i_assemble.patch /tmp/s2i_assemble.patch
RUN TMPFILE=$(mktemp) && \
TMPFILE_ASSEMBLE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
/usr/bin/pip3 install micropipenv[toml]==0.5.3 thamos==0.12.1 && \
/usr/bin/pip3 install micropipenv[toml]==0.6.0 thamos==0.12.2 && \
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Expand Down
2 changes: 1 addition & 1 deletion ubi8-py38/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN TMPFILE=$(mktemp) && \
TMPFILE_ASSEMBLE=$(mktemp) && \
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
/usr/bin/pip3 install -U "pip==20.1.1" && \
/usr/bin/pip3 install micropipenv[toml]==0.5.3 thamos==0.12.1 && \
/usr/bin/pip3 install micropipenv[toml]==0.6.0 thamos==0.12.2 && \
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Expand Down

0 comments on commit afe8876

Please sign in to comment.