diff --git a/Dockerfile b/Dockerfile index 64e0531..3e645a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2022 Dell Inc, or its subsidiaries. -FROM docker.io/library/golang:1.19.4 as builder +FROM docker.io/library/golang:1.19.5 as builder WORKDIR /app