summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-06-30 20:17:28 +0200
committerGitHub <noreply@github.com>2019-06-30 20:17:28 +0200
commitc4e7afe079cca492526a14d12d8ceea18a8243b3 (patch)
tree966972aab713fe13152f6b6cdbb80ba81a9dff02 /14.0
parent8ba3f4f9bdd24058833ba65a2d00f4c9a16da14f (diff)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '14.0')
-rw-r--r--14.0/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index 3a82ec1c..666ef1a2 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.0/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:7.2-fpm-alpine3.9
+FROM php:7.2-fpm-alpine3.10
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \