core: bump golang from 1.18.3-bullseye to 1.18.4-bullseye (#3255)

Bumps golang from 1.18.3-bullseye to 1.18.4-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-07-14 10:17:48 +02:00 committed by GitHub
parent 41f139589c
commit 791cc74dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,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.18.3-bullseye AS builder
FROM docker.io/golang:1.18.4-bullseye AS builder
WORKDIR /work

View File

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

View File

@ -7,7 +7,7 @@ ENV NODE_ENV=production
RUN cd /static && npm ci && npm run build-proxy
# Stage 2: Build
FROM docker.io/golang:1.18.3-bullseye AS builder
FROM docker.io/golang:1.18.4-bullseye AS builder
WORKDIR /go/src/goauthentik.io