summaryrefslogtreecommitdiffstats
path: root/16.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 /16.0
parent8ba3f4f9bdd24058833ba65a2d00f4c9a16da14f (diff)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '16.0')
-rw-r--r--16.0/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/16.0/fpm-alpine/Dockerfile b/16.0/fpm-alpine/Dockerfile
index 644a16ab..583ee38e 100644
--- a/16.0/fpm-alpine/Dockerfile
+++ b/16.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.9
+FROM php:7.3-fpm-alpine3.10
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \