-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from silinternational/develop
Release 4.1.2
- Loading branch information
Showing
7 changed files
with
875 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
FROM silintl/php7:7.2 | ||
MAINTAINER Matt Henderson <[email protected]> | ||
FROM silintl/php7:7.4 | ||
LABEL maintainer="[email protected]" | ||
|
||
ENV REFRESHED_AT 2020-04-07 | ||
ENV REFRESHED_AT 2020-06-10 | ||
|
||
# Install cron | ||
RUN apt-get update \ | ||
&& apt-get install -y \ | ||
cron \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
RUN mkdir -p /data | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.