diff options
| author | 2022-11-14 15:02:44 +0100 | |
|---|---|---|
| committer | 2022-11-14 15:02:44 +0100 | |
| commit | 570503b7f12df7d12af29905da97131b032c7da0 (patch) | |
| tree | 0bc4f9a8761e96dc1ebe79f04533a4dbb568349e /Docker | |
| parent | acf459429b128053ef70934d3152f4b211a14396 (diff) | |
Require PHP 7.2+ (#4848)
Drop PHP 7.0- as planned https://github.com/FreshRSS/FreshRSS/discussions/3321#discussioncomment-835704
Diffstat (limited to 'Docker')
| -rw-r--r-- | Docker/Dockerfile-Oldest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/Dockerfile-Oldest b/Docker/Dockerfile-Oldest index d0b27cc72..b4dc13ddc 100644 --- a/Docker/Dockerfile-Oldest +++ b/Docker/Dockerfile-Oldest @@ -1,4 +1,4 @@ -FROM alpine:3.5 +FROM alpine:3.8 ENV TZ UTC SHELL ["/bin/ash", "-eo", "pipefail", "-c"] |
