diff --git a/mongoapi/dbtestapp/Dockerfile b/mongoapi/dbtestapp/Dockerfile index 41b9b5f..713c2e7 100644 --- a/mongoapi/dbtestapp/Dockerfile +++ b/mongoapi/dbtestapp/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -FROM golang:1.24.4-bookworm AS test +FROM golang:1.24.5-bookworm AS test LABEL maintainer="Aether SD-Core "