Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from wonkyto/master
Browse files Browse the repository at this point in the history
Updated Packer version to latest 1.5.1
  • Loading branch information
deanillfeld authored Jan 28, 2020
2 parents 7a7d9e2 + d5b3765 commit 2261d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine

ENV PACKER_VERSION=1.3.3
ENV PACKER_SHA256SUM=efa311336db17c0709d5069509c34c35f0d59c63dfb05f61d4572c5a26b563ea
ENV PACKER_VERSION=1.5.1
ENV PACKER_SHA256SUM=3305ede8886bc3fd83ec0640fb87418cc2a702b2cb1567b48c8cb9315e80047d

RUN apk add --update git bash wget openssl

Expand All @@ -18,4 +18,4 @@ RUN mkdir -p /work
WORKDIR /work
ENTRYPOINT ["packer"]

CMD ["--help"]
CMD ["--help"]

0 comments on commit 2261d17

Please sign in to comment.