From 8a8996b0767331de20255154b08040d18cf3f2b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:55:38 +0000 Subject: [PATCH] build(deps): bump golang in the docker group Bumps the docker group with 1 update: golang. Updates `golang` from 1.23.5-alpine to 1.23.6-alpine --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7502e0..a41a72c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang image -FROM golang:1.23.5-alpine +FROM golang:1.23.6-alpine # Set author metadata using labels LABEL org.opencontainers.image.authors="https://github.com/Nicconike"