forked from nubisproject/nubis-docker-deploy
-
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.
Fixes nubisproject#60
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ LABEL maintainer="Jason Crowe <[email protected]>" | |
#+ This causes issues with extraction due to GitHub's methodology | ||
#+ Where necesary the 'v' is specified in code below | ||
ENV AwCliVersion=1.10.38 \ | ||
TerraformVersion=0.11.5 \ | ||
TerraformVersion=0.11.7 \ | ||
UnicredsVersion=1.5.1 \ | ||
Toml2JSONVersion=0.1.0 | ||
WORKDIR /nubis | ||
|