Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Giberson <paul@halaslabs.com>2019-07-03 20:11:03 +0300
committerPaul Giberson <paul@halaslabs.com>2019-07-09 02:43:13 +0300
commitf00c1718e9b9046cd7b3f153eae37ffd26b78fb4 (patch)
tree49521e27c45536f0e6afcff67c65180b6816ec5c /lib/gitlab/ci/templates/PHP.gitlab-ci.yml
parent8f9fbbebc5c5b679730a14a8aef165954c1099c0 (diff)
Updates to php:latest
Diffstat (limited to 'lib/gitlab/ci/templates/PHP.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/PHP.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/PHP.gitlab-ci.yml b/lib/gitlab/ci/templates/PHP.gitlab-ci.yml
index b9fee2d5731..25ea20e454f 100644
--- a/lib/gitlab/ci/templates/PHP.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/PHP.gitlab-ci.yml
@@ -1,5 +1,5 @@
# Select image from https://hub.docker.com/_/php/
-image: php:7.1.1
+image: php:latest
# Select what we should cache between builds
cache: