Skip to content

Commit

Permalink
Bump Go build images to 1.10.
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Miguel Custodio <brunomcustodio@gmail.com>
  • Loading branch information
bmcustodio committed May 24, 2018
1 parent 857d1fb commit ad20618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.9-alpine3.6
FROM golang:1.10-alpine
MAINTAINER Timothy St. Clair "tstclair@heptio.com"

RUN apk add --no-cache ca-certificates bash
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ifneq ($(VERBOSE),)
VERBOSE_FLAG = -v
endif
BUILDMNT = /go/src/$(GOTARGET)
BUILD_IMAGE ?= golang:1.9-alpine3.6
BUILD_IMAGE ?= golang:1.10-alpine
BUILDCMD = go build -o $(TARGET) $(VERBOSE_FLAG) -ldflags "-X github.com/heptio/sonobuoy/pkg/buildinfo.Version=$(GIT_VERSION)"
BUILD = $(BUILDCMD) $(GOTARGET)

Expand Down

0 comments on commit ad20618

Please sign in to comment.