File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Build the manager binary
16- FROM golang:1.13.8 as builder
16+ FROM golang:1.13.15 as builder
1717WORKDIR /workspace
1818
1919# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ release-binary: $(RELEASE_DIR)
375375 -e GOARCH=$(GOARCH ) \
376376 -v " $$ (pwd):/workspace" \
377377 -w /workspace \
378- golang:1.13.8 \
378+ golang:1.13.15 \
379379 go build -a -ldflags ' $(LDFLAGS) -extldflags "-static"' \
380380 -o $(RELEASE_DIR ) /$(notdir $(RELEASE_BINARY ) ) -$(GOOS ) -$(GOARCH ) $(RELEASE_BINARY )
381381
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def validate_auth():
134134
135135tilt_helper_dockerfile_header = """
136136# Tilt image
137- FROM golang:1.13.8 as tilt-helper
137+ FROM golang:1.13.15 as tilt-helper
138138# Support live reloading with Tilt
139139RUN wget --output-document /restart.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/restart.sh && \
140140 wget --output-document /start.sh --quiet https://raw.githubusercontent.com/windmilleng/rerun-process-wrapper/master/start.sh && \
You can’t perform that action at this time.
0 commit comments