diff --git a/container/Dockerfile b/container/Dockerfile index 79ea488630..e515488ff9 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.21-alpine3.19 AS builder +FROM golang:1.22-alpine3.19 AS builder ENV CGO_ENABLED=0 ARG VERSION