Skip to content

Commit

Permalink
jenkins: new terraform build with upstream gateway fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiusz Urbaniak committed Jun 30, 2017
1 parent 9b54271 commit dec9c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def quay_creds = [
)
]

def builder_image = 'quay.io/surbaniak/tectonic-builder:v1.23'
def builder_image = 'quay.io/surbaniak/tectonic-builder:v1.24'

pipeline {
agent none
Expand Down
2 changes: 1 addition & 1 deletion images/tectonic-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN go get github.com/coreos/license-bill-of-materials

### Install Shellcheck, Terraform, NodeJS and Yarn
ENV SHELLCHECK_VERSION="v0.4.6"
ENV TERRAFORM_VERSION="v0.9.6-coreos.1"
ENV TERRAFORM_VERSION="v0.9.6-coreos.2"
ENV NODE_VERSION="v8.1.2"
ENV YARN_VERSION="v0.24.6"
# yarn needs a home writable by any user running the container
Expand Down

0 comments on commit dec9c38

Please sign in to comment.