From e2d640504ba990e4b07c943a308cd7529f605110 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 18 Oct 2018 17:17:06 +0800 Subject: [PATCH] feat: upgrade packer to 1.3.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e81f574..e63cc72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache ca-certificates \ wget && \ rm -rf /var/cache/apk/* -ENV PACKER_VERSION 1.2.5 +ENV PACKER_VERSION 1.3.1 RUN wget -q https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip -O packer.zip && \ unzip packer.zip -d /bin && \ rm -f packer.zip