summaryrefslogtreecommitdiffstats
path: root/12.0/fpm-alpine/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '12.0/fpm-alpine/Dockerfile')
-rw-r--r--12.0/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/12.0/fpm-alpine/Dockerfile b/12.0/fpm-alpine/Dockerfile
index 1ea92ef1..6040e83d 100644
--- a/12.0/fpm-alpine/Dockerfile
+++ b/12.0/fpm-alpine/Dockerfile
@@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
-FROM php:7.1-fpm-alpine
+FROM php:7.1-fpm-alpine3.7
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \