From 340d1e7a8733b3e38b2098d25f8684c957c35eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:13:07 +0000 Subject: [PATCH] Bump golang from 1.23.0-bookworm to 1.23.1-bookworm (#95) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6183f61..fbe7c62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # -FROM golang:1.23.0-bookworm AS builder +FROM golang:1.23.1-bookworm AS builder LABEL maintainer="Aether SD-Core "