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 "