summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-02-07 12:44:38 +0100
committerJ0WI <J0WI@users.noreply.github.com>2019-02-07 12:49:25 +0100
commit0a3d4aef87ccb46611ed18dc43f0355fa2decb5f (patch)
treeb838cd167946be336f68a7d5f138bc22e50dafdf /14.0
parentb9ae3256ad5a38f37f4f195ddf965f4b2f408615 (diff)
Update to Alpine 3.9
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 b8a8a25b..8c62f7c4 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.8
+FROM php:7.2-fpm-alpine3.9
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \