Bump golang in the patch-updates group

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


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

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.4-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-06-09 10:10:08 +00:00
committed by GitHub
parent 50b621f17c
commit 157bb98fd3

View File

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