build(deps): bump golang from 1.18.2-bullseye to 1.18.3-bullseye (#3015)

Bumps golang from 1.18.2-bullseye to 1.18.3-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]
2022-06-02 11:13:17 +02:00
committed by GitHub
parent a9744cbf48
commit 33fe85eb96
3 changed files with 3 additions and 3 deletions

View File

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