diff --git a/Dockerfile b/Dockerfile index 19f16cf..3094a21 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.5 as builder +FROM docker.io/library/golang:1.21.6 as builder WORKDIR /app