core: bump golang from 1.19.3-bullseye to 1.19.4-bullseye (#4168)

This commit is contained in:
dependabot[bot]
2022-12-07 12:50:03 +02:00
committed by GitHub
parent 235296c749
commit eef3ef2165
3 changed files with 3 additions and 3 deletions

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.19.3-bullseye AS builder
FROM docker.io/golang:1.19.4-bullseye AS builder
WORKDIR /go/src/goauthentik.io