Skip to content

Commit 0fa4094

Browse files
committed
Force upgrade
1 parent 4ac8726 commit 0fa4094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stn-deploy-2024.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN dnf -y update && \
66
rm -rf /var/cache/yum
77

88
# kolla-ansible has specific dependencies on the ansible versions
9-
RUN pip install --no-cache-dir 'ansible-core>=2.15,<2.16.99' && \
9+
RUN pip install --no-cache-dir --upgrade 'ansible-core>=2.15,<2.16.99' && \
1010
pip install --no-cache-dir openstackclient
1111

1212
# checkout kolla-ansible

stn-deploy-master/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN dnf -y update && \
66
rm -rf /var/cache/yum
77

88
# kolla-ansible has specific dependencies on the ansible versions
9-
RUN pip install --no-cache-dir 'ansible-core>=2.16,<2.17.99' && \
9+
RUN pip install --no-cache-dir --upgrade 'ansible-core>=2.16,<2.17.99' && \
1010
pip install --no-cache-dir openstackclient
1111

1212
# checkout kolla-ansible

0 commit comments

Comments
 (0)