Skip to content

Commit

Permalink
Lock the server check version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccallister committed Nov 9, 2023
1 parent cf3035a commit 3cea4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ WORKDIR /app
USER appuser

# check the server configuration to make sure it can run Craft CMS
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

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

0 comments on commit 3cea4e4

Please sign in to comment.