chore(deps): bump library/golang from 1.23.0-alpine to 1.23.1-alpine

Bumps library/golang from 1.23.0-alpine to 1.23.1-alpine.

---
updated-dependencies:
- dependency-name: library/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]
2024-09-10 06:11:59 +00:00
committed by GitHub
parent 062aae1c5d
commit a2f4573244

View File

@@ -6,7 +6,7 @@
# You may obtain a copy of the License at the LICENSE file in
# the root directory of this source tree.
FROM docker.io/library/golang:1.23.0-alpine AS builder
FROM docker.io/library/golang:1.23.1-alpine AS builder
RUN apk add --update --no-cache make