From a87e849f9d67f99c685b2b27182571655970968c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:19:45 +0000 Subject: [PATCH] Bump golang from 1.21.5-bookworm to 1.21.6-bookworm (#46) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5890dc6..a6b3ce5 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 "