core: bump golang from 1.21.2-bookworm to 1.21.3-bookworm (#7142)

Bumps golang from 1.21.2-bookworm to 1.21.3-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-10-11 11:36:24 +02:00
committed by GitHub
parent a0b0bb6cbf
commit d596e65ae0
4 changed files with 4 additions and 4 deletions

View File

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