We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050418a commit a126116Copy full SHA for a126116
docker/base/Dockerfile.j2
@@ -252,7 +252,7 @@ COPY sources.list /etc/apt/sources.list.d/kolla-custom.list
252
253
RUN apt update \
254
&& apt install -y --no-install-recommends extrepo \
255
- && extrepo enable openstack_antelope \
+ && extrepo enable openstack_bobcat \
256
&& apt purge -y extrepo \
257
&& apt --purge autoremove -y \
258
&& apt clean
0 commit comments