chore(deps): bump golang from 1.23.4 to 1.23.5

Bumps golang from 1.23.4 to 1.23.5.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-20 10:09:46 +00:00
committed by GitHub
parent e5ba397bb4
commit 2b25f39c0a

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.4 AS build
FROM golang:1.23.5 AS build
WORKDIR /app
ARG appVersion=""