From a80d3cbe64b2627494846bcd4aef6816e67d8a08 Mon Sep 17 00:00:00 2001 From: jalr Date: Fri, 20 Sep 2019 00:39:06 +0200 Subject: [PATCH] Update packer --- .gitlab-ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21dbccb..7b66fee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: docker:latest variables: GIT_STRATEGY: fetch GIT_SUBMODULE_STRATEGY: recursive - PACKER_VERSION: 1.2.0 + PACKER_VERSION: 1.4.3 ANNOUNCE: http://labsync.lab.fablab-nea.de:6969/announce WEBSEED: http://labsync.lab.fablab-nea.de/labsync/$CI_COMMIT_REF_NAME/$CI_PIPELINE_ID/images DOCKER_IMAGE_BUILDER: ${CI_REGISTRY_IMAGE}/labsync-builder:$CI_COMMIT_REF_SLUG diff --git a/Makefile b/Makefile index c6b559e..918a31c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PACKER_VERSION ?= 1.3.5 +PACKER_VERSION ?= 1.4.3 ANNOUNCE ?= http://10.2.2.1:6969/announce WEBSEED ?= http://10.2.2.1