We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4651edc commit 7830889Copy full SHA for 7830889
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.0.0.tar.gz
+ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.18.1.0.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