diff --git a/Dockerfile b/Dockerfile index 8843326..bc67c1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7f8833edf0eb5a4f4 -ARG VERSION=1.11.5 +ARG VERSION=1.11.6 RUN apt-get update && \ apt-get install -y openssh-server git && \