Bump golang in the patch-updates group

Bumps the patch-updates group with 1 update: golang.


Updates `golang` from 1.24.4-alpine to 1.24.5-alpine

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.5-alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-09 09:23:04 +00:00
committed by GitHub
parent 54416bbc92
commit 9410b92169

View File

@@ -1,4 +1,4 @@
FROM golang:1.24.4-alpine AS builder
FROM golang:1.24.5-alpine AS builder
# Set the working directory inside the container
WORKDIR /app