We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924171e commit a46128bCopy full SHA for a46128b
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ RUN apt update -qq && \
7
apt upgrade -y && \
8
apt install -y curl iproute2 net-tools iputils-ping apt-transport-https tini openssh-server
9
10
-RUN echo "deb http://download.cloudstack.org/ubuntu jammy 4.18" > /etc/apt/sources.list.d/cloudstack.list && \
+RUN echo "deb http://download.cloudstack.org/ubuntu jammy 4.19" > /etc/apt/sources.list.d/cloudstack.list && \
11
curl -L http://download.cloudstack.org/release.asc -o /etc/apt/trusted.gpg.d/cloudstack.asc && \
12
apt update -qq && \
13
apt install -y cloudstack-management && \
0 commit comments