core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye (#6226)

Bumps golang from 1.20.5-bullseye to 1.20.6-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-07-12 11:48:11 +02:00 committed by GitHub
parent 9d07f1e83e
commit 15d9f39a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ RUN pip install --no-cache-dir poetry && \
poetry export -f requirements.txt --dev --output requirements-dev.txt
# Stage 4: Build go proxy
FROM docker.io/golang:1.20.5-bullseye AS go-builder
FROM docker.io/golang:1.20.6-bullseye AS go-builder
WORKDIR /work

View File

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

View File

@ -8,7 +8,7 @@ WORKDIR /static
RUN npm ci --include=dev && npm run build-proxy
# Stage 2: Build
FROM docker.io/golang:1.20.5-bullseye AS builder
FROM docker.io/golang:1.20.6-bullseye AS builder
WORKDIR /go/src/goauthentik.io

View File

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