File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ ENV DISCOURSE_CHECKLIST_VERSION=6fcf9fed5c3ae3baf9ddd1cca9cef4dc089996c1
83
83
ENV DISCOURSE_SOLVED_VERSION=f7bbffa6173b6e06a232e2eeaaef1e4da2d9cb8c
84
84
ENV DISCOURSE_GROUP_GLOBAL_NOTICE_VERSION=598c3f22d000d9eb11df073f8e8d749797624653
85
85
ENV DISCOURSE_MULTI_SSO_VERSION=e19fc0a860613a10dfc1e080484e3f2e76009da8
86
- ENV DISCOURSE_VIRTMAIL_VERSION=e29c6e90482ba9913bd3231897acf3cb2bb82d63
86
+ ENV DISCOURSE_VIRTMAIL_VERSION=fa3e4e011c6fc655cf34665b3eb6f65c2520a3e0
87
87
88
88
RUN cd plugins \
89
89
&& curl -L https://github.com/discourse/discourse-assign/archive/${DISCOURSE_ASSIGN_VERSION}.tar.gz | tar -xz \
@@ -105,7 +105,7 @@ RUN cd plugins \
105
105
&& curl -L https://github.com/foodcoopsat/discourse-multi-sso/archive/${DISCOURSE_MULTI_SSO_VERSION}.tar.gz | tar -xz \
106
106
&& mv discourse-multi-sso-* discourse-multi-sso \
107
107
&& curl -L https://github.com/foodcoopsat/discourse-virtmail/archive/${DISCOURSE_VIRTMAIL_VERSION}.tar.gz | tar -xz \
108
- && mv discourse-virtmail-* DiscourseVirtmail
108
+ && mv discourse-virtmail-* discourse-virtmail
109
109
110
110
# RUN cd app/assets/javascripts/discourse && chown discourse:discourse -R . && su discourse -c 'ember build -prod'
111
111
You can’t perform that action at this time.
0 commit comments