Skip to content

Commit

Permalink
bump pip to latest v23.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Oct 23, 2023
1 parent 2518fc0 commit d845f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ARG AIIDA_VERSION
# Pin shared requirements in the base environemnt.
# The lower bound of aiida-core is set to the version of aiida-core to prevent
# lower aiida-core DB version installed and trigger database downgrade.
RUN echo "pip==23.0.1" > /opt/requirements.txt && \
RUN echo "pip==23.3.1" > /opt/requirements.txt && \
echo "aiida-core>=${AIIDA_VERSION},<3" >> /opt/requirements.txt

# Pin shared requirements in the base environemnt.
Expand Down

0 comments on commit d845f42

Please sign in to comment.