We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3035a commit 3cea4e4Copy full SHA for 3cea4e4
Dockerfile
@@ -85,6 +85,6 @@ WORKDIR /app
85
USER appuser
86
87
# check the server configuration to make sure it can run Craft CMS
88
-RUN curl -Lsf https://raw.githubusercontent.com/craftcms/server-check/HEAD/check.sh | bash
+RUN curl -Lsf https://raw.githubusercontent.com/craftcms/server-check/2.1/check.sh | bash
89
90
ENTRYPOINT ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
0 commit comments