diff --git a/Dockerfile b/Dockerfile index 0db7927..ef86754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.3 AS build +FROM golang:1.19.4 AS build WORKDIR /go/src/github.com/aquasecurity/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./ diff --git a/Dockerfile.ubi8 b/Dockerfile.ubi8 index 9e48975..8c84ca0 100644 --- a/Dockerfile.ubi8 +++ b/Dockerfile.ubi8 @@ -1,4 +1,4 @@ -FROM golang:1.19.3 AS build +FROM golang:1.19.4 AS build WORKDIR /go/src/github.com/aquasecurity/kube-bench/ COPY makefile makefile COPY go.mod go.sum ./