core: bump golang from 1.21.6-bookworm to 1.22.0-bookworm (#8444)

Bumps golang from 1.21.6-bookworm to 1.22.0-bookworm.

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

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-07 11:55:28 +01:00
committed by GitHub
parent 2ecc2119fc
commit c9b39f2eba
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ COPY web .
RUN npm run build-proxy
# Stage 2: Build
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.21.6-bookworm AS builder
FROM --platform=${BUILDPLATFORM} docker.io/golang:1.22.0-bookworm AS builder
ARG TARGETOS
ARG TARGETARCH