Skip to content

Commit

Permalink
Merge pull request #869 from marquiz/devel/release-0.11-golang
Browse files Browse the repository at this point in the history
[release-0.11] dockerfile: bump builder image to golang v1.17.13
  • Loading branch information
k8s-ci-robot committed Aug 23, 2022
2 parents 0e872e3 + b991220 commit dd91b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE_FULL
ARG BASE_IMAGE_MINIMAL

# Build node feature discovery
FROM golang:1.17.2-buster as builder
FROM golang:1.17.13-buster as builder

# Build and install the grpc-health-probe binary
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \
Expand Down

0 comments on commit dd91b70

Please sign in to comment.