diff --git a/Dockerfile b/Dockerfile index 3e910714..2a6ab265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright (c) 2022-2023 Dell Inc, or its subsidiaries. -FROM docker.io/library/golang:1.21.3 as builder +FROM docker.io/library/golang:1.21.4 as builder WORKDIR /app