diff --git a/Dockerfile b/Dockerfile index 9740ef473..e45d1c3fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.17.2 as builder +FROM golang:1.17.8 as builder ARG STAGINGVERSION diff --git a/Dockerfile.Windows b/Dockerfile.Windows index 32416c7aa..64c74f2d4 100644 --- a/Dockerfile.Windows +++ b/Dockerfile.Windows @@ -13,7 +13,7 @@ # limitations under the License. ARG BASE_IMAGE -FROM --platform=$BUILDPLATFORM golang:1.13.15 AS builder +FROM --platform=$BUILDPLATFORM golang:1.17.8 AS builder ARG TARGETPLATFORM ARG BUILDPLATFORM