build(deps): bump the docker group with 1 update (#205)

Bumps the docker group with 1 update: golang.


Updates `golang` from 1.21 to 1.22

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-12 19:31:44 +00:00
committed by GitHub
parent 5743c6e371
commit 4067b52c8f

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.21 as builder
FROM --platform=$BUILDPLATFORM golang:1.22 as builder
ENV CGO_ENABLED=0
WORKDIR /src