Skip to content

Commit

Permalink
builder: bump golang version to 1.7.1 (openshift#1101)
Browse files Browse the repository at this point in the history
This commit updates the version of Golang used in the
tectonic-console-builder to 1.7.1
  • Loading branch information
squat authored Nov 3, 2016
1 parent d559052 commit 8665f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-builder
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# (and committing your edits) you should run ./push-builder to
# push a new version of your image to quay.io/coreos/tectonic-console-builder

FROM golang:1.6.2-wheezy
FROM golang:1.7.1-wheezy

MAINTAINER Ed Rooth, Joe Bowers - CoreOS

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Console consists of a frontend webapp and a backend service which serves the fol
### Deps:

1. nodejs >= 6.0 & npm >= 3 (use of nvm is recommended)
2. go >= 1.6
2. go >= 1.7
3. [kubectl](http://kubernetes.io/docs/getting-started-guides/binary_release/#prebuilt-binary-release)

### Build everything:
Expand Down
2 changes: 1 addition & 1 deletion builder-run
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# ./builder-run ./my-script --my-script-arg1 --my-script-arg2


BUILDER_IMAGE=quay.io/coreos/tectonic-console-builder:v4
BUILDER_IMAGE=quay.io/coreos/tectonic-console-builder:v5

# forward whitelisted env variables to docker
ENV_STR=""
Expand Down

0 comments on commit 8665f20

Please sign in to comment.