From b13f7930415580c206b14bcd89c702eb31c74a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:20:02 +0000 Subject: [PATCH] Bump golang in /mongoapi/dbtestapp (#80) --- mongoapi/dbtestapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoapi/dbtestapp/Dockerfile b/mongoapi/dbtestapp/Dockerfile index be1c727..b089a25 100644 --- a/mongoapi/dbtestapp/Dockerfile +++ b/mongoapi/dbtestapp/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -FROM golang:1.23.3-bookworm AS test +FROM golang:1.23.4-bookworm AS test LABEL maintainer="Aether SD-Core "