core: bump golang from 1.21.0-bookworm to 1.21.1-bookworm (#6783)

Bumps golang from 1.21.0-bookworm to 1.21.1-bookworm.

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

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]
2023-09-07 12:00:34 +02:00
committed by GitHub
parent b5c52daa8f
commit eeb124e869
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Stage 1: Build
FROM docker.io/golang:1.21.0-bookworm AS builder
FROM docker.io/golang:1.21.1-bookworm AS builder
WORKDIR /go/src/goauthentik.io