Skip to content

Commit 7830889

Browse files
authored
new upstream 4.18.1 (#19)
1 parent 4651edc commit 7830889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/bedrock/ubuntu:22.04
22

33
ENV DEBIAN_FRONTEND noninteractive
44

5-
ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.18.0.0.tar.gz
5+
ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.18.1.0.tar.gz
66

77
RUN echo 'mysql-server mysql-server/root_password password root' | debconf-set-selections; \
88
echo 'mysql-server mysql-server/root_password_again password root' | debconf-set-selections;

0 commit comments

Comments
 (0)