From e6bc39602815c9d0ead3a1e8aaa9520a4c650b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:06:18 +0000 Subject: [PATCH] build(deps): bump golang in the docker group Bumps the docker group with 1 update: golang. Updates `golang` from 1.23.4-alpine to 1.23.5-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 18cfcf9..e7502e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang image -FROM golang:1.23.4-alpine +FROM golang:1.23.5-alpine # Set author metadata using labels LABEL org.opencontainers.image.authors="https://github.com/Nicconike"