diff --git a/images/windows/entrypoint/Dockerfile b/images/windows/entrypoint/Dockerfile index 365f1c10429..1938a116236 100644 --- a/images/windows/entrypoint/Dockerfile +++ b/images/windows/entrypoint/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_IMAGE=mcr.microsoft.com/windows/nanoserver:1809 -FROM golang:1.16.4 AS builder +FROM golang:1.16.13 AS builder COPY . c:/gopath/src/github.com/tektoncd/pipeline @@ -20,4 +20,4 @@ COPY ./.git/refs c:/ProgramData/tektoncd/pipeline/data/refs/ COPY ./third_party c:/ProgramData/tektoncd/pipeline/data/third-party/ -ENTRYPOINT ["c:/ko-app/entrypoint"] \ No newline at end of file +ENTRYPOINT ["c:/ko-app/entrypoint"] diff --git a/images/windows/nop/Dockerfile b/images/windows/nop/Dockerfile index 9b35ed8aa1c..96c5ed32a8d 100644 --- a/images/windows/nop/Dockerfile +++ b/images/windows/nop/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_IMAGE=mcr.microsoft.com/windows/nanoserver:1809 -FROM golang:1.16.4 AS builder +FROM golang:1.16.13 AS builder COPY . c:/gopath/src/github.com/tektoncd/pipeline @@ -20,4 +20,4 @@ COPY ./.git/refs c:/ProgramData/tektoncd/pipeline/data/refs/ COPY ./third_party c:/ProgramData/tektoncd/pipeline/data/third-party/ -ENTRYPOINT ["c:/ko-app/nop"] \ No newline at end of file +ENTRYPOINT ["c:/ko-app/nop"]