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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ COPY ./gen-ts-api /work/web/node_modules/@goauthentik/api
RUN npm run build
# Stage 3: Build go proxy
FROM docker.io/golang:1.21.2-bookworm AS go-builder
FROM docker.io/golang:1.21.3-bookworm AS go-builder
WORKDIR /go/src/goauthentik.io

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

View File

@ -15,7 +15,7 @@ COPY web .
RUN npm run build-proxy
# Stage 2: 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

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