Skip to content

Commit

Permalink
Dockerfile-builder: bump go to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
squat committed Jul 15, 2017
1 parent a771d3c commit 7c471a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8.1-stretch
FROM golang:1.8.3-stretch

MAINTAINER Ed Rooth - CoreOS

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:v8
BUILDER_IMAGE=quay.io/coreos/tectonic-console-builder:v9

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

0 comments on commit 7c471a9

Please sign in to comment.