Skip to content

Commit 3cea4e4

Browse files
Lock the server check version to 2.1
1 parent cf3035a commit 3cea4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ WORKDIR /app
8585
USER appuser
8686

8787
# 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
88+
RUN curl -Lsf https://raw.githubusercontent.com/craftcms/server-check/2.1/check.sh | bash
8989

9090
ENTRYPOINT ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]

0 commit comments

Comments
 (0)