diff --git a/container/Dockerfile b/container/Dockerfile index c6bfde5345..d805eb6f30 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -9,7 +9,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.20.3-alpine3.16 AS builder +FROM golang:1.20.4-alpine3.16 AS builder ENV CGO_ENABLED=0