diff --git a/Dockerfile-kubepkg b/Dockerfile-kubepkg index c0560eef03ec..db5a10bc23ab 100644 --- a/Dockerfile-kubepkg +++ b/Dockerfile-kubepkg @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.16.4 AS builder +FROM golang:1.16.5 AS builder ENV GO111MODULE=on diff --git a/Dockerfile-kubepkg-rpm b/Dockerfile-kubepkg-rpm index fd341a2250c1..4d0f90217979 100644 --- a/Dockerfile-kubepkg-rpm +++ b/Dockerfile-kubepkg-rpm @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.16.4 AS builder +FROM golang:1.16.5 AS builder ENV GO111MODULE=on diff --git a/packages/deb/Dockerfile b/packages/deb/Dockerfile index c01c48fad966..c383e83b890d 100644 --- a/packages/deb/Dockerfile +++ b/packages/deb/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.16.4 +FROM golang:1.16.5 RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get update -y \