Skip to content

Commit 33033ef

Browse files
committed
Dockerfile: upgrade to ACS 4.21
1 parent da75fb4 commit 33033ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ENV DEBIAN_FRONTEND noninteractive
55

66
RUN apt update -qq && \
77
apt upgrade -y && \
8-
apt install -y curl iproute2 net-tools iputils-ping apt-transport-https tini openssh-server
8+
apt install -y curl iproute2 net-tools iputils-ping apt-transport-https openssh-server
99

10-
RUN echo "deb http://download.cloudstack.org/ubuntu jammy 4.19" > /etc/apt/sources.list.d/cloudstack.list && \
10+
RUN echo "deb http://download.cloudstack.org/ubuntu noble 4.21" > /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)