diff --git a/Dockerfile b/Dockerfile index 6653952..98bbfb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -FROM golang:1.22.0-bookworm AS builder +FROM golang:1.22.1-bookworm AS builder LABEL maintainer="ONF "