diff --git a/Dockerfile b/Dockerfile index d9e483b..29141a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 # -FROM golang:1.21.5-bookworm AS builder +FROM golang:1.21.6-bookworm AS builder LABEL maintainer="ONF "