diff --git a/Dockerfile b/Dockerfile index a84b7b6..7cb41fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN addgroup --gid 1000 discourse \ WORKDIR /home/discourse/discourse -ENV DISCOURSE_VERSION 3.3.0.beta1 +ENV DISCOURSE_VERSION 3.2.0.beta3 RUN git clone --branch v${DISCOURSE_VERSION} --depth 1 https://github.com/discourse/discourse.git .