Skip to content

Commit 589c498

Browse files
authored
new upstream 4.18.0 (#16)
1 parent 5fdebee commit 589c498

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

+1-2
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.17.2.0.tar.gz
5+
ARG src_url=https://github.com/apache/cloudstack/archive/refs/tags/4.18.0.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;
@@ -33,7 +33,6 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends \
3333
nodejs \
3434
&& apt-get clean all && rm -rf /var/lib/apt/lists/*;
3535

36-
3736
# TODO: check if and why this is needed
3837
RUN mkdir -p /root/.ssh \
3938
&& chmod 0700 /root/.ssh \

0 commit comments

Comments
 (0)