summaryrefslogtreecommitdiffstats
path: root/17.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-01-02 20:03:25 +0100
committerJ0WI <J0WI@users.noreply.github.com>2020-01-02 20:10:16 +0100
commit0e244154342864c7fde6df21eb933ac46735b804 (patch)
tree603b6df8393caae5cd9fce3d4ad15dc4168d4911 /17.0
parent0ea3f25d959bd77eedff22d5edbeb9367eebaacc (diff)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '17.0')
-rw-r--r--17.0/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/17.0/fpm-alpine/Dockerfile b/17.0/fpm-alpine/Dockerfile
index 182949ea..c1409e87 100644
--- a/17.0/fpm-alpine/Dockerfile
+++ b/17.0/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:7.3-fpm-alpine3.10
+FROM php:7.3-fpm-alpine3.11
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \