Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Bump build_image to v1.12.1 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Mar 26, 2019
1 parent 975450f commit e90a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile_components/base_build_go.mak
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GOFILES = $(shell find $(SRC_DIRS) -name "*.go")

BUILD_OS = $(shell go env GOHOSTOS)

BUILD_IMAGE ?= drud/golang-build-container:v1.12
BUILD_IMAGE ?= drud/golang-build-container:v1.12.1

BUILD_BASE_DIR ?= $(PWD)

Expand Down

0 comments on commit e90a666

Please sign in to comment.