Skip to content

Commit

Permalink
fix(dockerfile): correct hashicorp packer path to 1.4.4 (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggieneterval committed Oct 18, 2019
1 parent e853428 commit f6c8580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY --from=compile /compiled_sources/rosco-web/config/packer /opt/rosco/c
WORKDIR /packer

RUN apk --no-cache add --update bash wget curl openssl && \
wget https://releases.hashicorp.com/packer/1.4.2/packer_1.4.4_linux_amd64.zip && \
wget https://releases.hashicorp.com/packer/1.4.4/packer_1.4.4_linux_amd64.zip && \
unzip packer_1.4.4_linux_amd64.zip && \
rm packer_1.4.4_linux_amd64.zip

Expand Down

0 comments on commit f6c8580

Please sign in to comment.