Skip to content

Commit a46128b

Browse files
committed
docker-cs/Dockerfile: upgrade to ACS 4.19
1 parent 924171e commit a46128b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt update -qq && \
77
apt upgrade -y && \
88
apt install -y curl iproute2 net-tools iputils-ping apt-transport-https tini openssh-server
99

10-
RUN echo "deb http://download.cloudstack.org/ubuntu jammy 4.18" > /etc/apt/sources.list.d/cloudstack.list && \
10+
RUN echo "deb http://download.cloudstack.org/ubuntu jammy 4.19" > /etc/apt/sources.list.d/cloudstack.list && \
1111
curl -L http://download.cloudstack.org/release.asc -o /etc/apt/trusted.gpg.d/cloudstack.asc && \
1212
apt update -qq && \
1313
apt install -y cloudstack-management && \

0 commit comments

Comments
 (0)