diff --git a/Dockerfile b/Dockerfile index 64c3dc2..e96df86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:0.10.0 -ENV VERSION 1.3.1 +ENV VERSION 1.3.2 RUN apt-get update && \ apt-get install -y openssh-server git && \