core: bump golang from 1.20.6-bullseye to 1.20.7-bullseye (#6454)

Bumps golang from 1.20.6-bullseye to 1.20.7-bullseye.

---
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-08-02 10:56:54 +02:00
committed by GitHub
parent 3f4e17a6b8
commit 8bb28c5b2e
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Stage 1: Build
FROM docker.io/golang:1.20.6-bullseye AS builder
FROM docker.io/golang:1.20.7-bullseye AS builder
WORKDIR /go/src/goauthentik.io