We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7830889 commit ce84e51Copy full SHA for ce84e51
Dockerfile
@@ -2,7 +2,7 @@ FROM quay.io/bedrock/ubuntu:22.04
2
3
ENV DEBIAN_FRONTEND noninteractive
4
5
-ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.18.1.0.tar.gz
+ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.19.1.3.tar.gz
6
7
RUN echo 'mysql-server mysql-server/root_password password root' | debconf-set-selections; \
8
echo 'mysql-server mysql-server/root_password_again password root' | debconf-set-selections;
0 commit comments