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
path: root/lib
diff options
context:
space:
mode:
authorKelly Hair <khair@gitlab.com>2019-01-04 16:34:49 +0300
committerdrew cimino <dcimino@gitlab.com>2019-08-06 20:00:55 +0300
commit4b91047c22abf4a80a32226f1c7d9f838874b799 (patch)
tree7cf3a247ab583455b06cc5f2ac9ab91cd37137f9 /lib
parent9ebe45101da5413596d35c6e82b303b4c74906eb (diff)
Update Packer.gitlab-ci.yml to use latest image
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/templates/Packer.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Packer.gitlab-ci.yml b/lib/gitlab/ci/templates/Packer.gitlab-ci.yml
index 83e179f37c3..0a3cf3dcf77 100644
--- a/lib/gitlab/ci/templates/Packer.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Packer.gitlab-ci.yml
@@ -1,5 +1,5 @@
image:
- name: hashicorp/packer:1.0.4
+ name: hashicorp/packer:latest
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'