-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ LABEL Maintainer='Stuart Auld <[email protected]>' | |
|
||
# This is required for the tentacle to run | ||
ENV ACCEPT_EULA=Y | ||
ENV CHAMBER_VERSION=2.11.1 | ||
ENV PACKER_VERSION=1.8.5 | ||
ENV CHAMBER_VERSION=2.25.12 | ||
ENV PACKER_VERSION=1.9.4 | ||
ENV SNOWFLAKE_DRIVER_VERSION=2.25.7 | ||
ENV TERRAFORM_VERSION=1.3.7 | ||
ENV TERRAFORM_VERSION=1.6.4 | ||
|
||
# Add in github.com public key | ||
COPY known_hosts /root/.ssh/known_hosts | ||
|