diff --git a/Dockerfile b/Dockerfile index 6a0ef92..739e3cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:0.10.0 -ENV VERSION 1.1.4 +ENV VERSION 1.2.0 RUN apt-get update && \ apt-get install -y openssh-server git && \