build(deps): bump golang from 1.17.4-bullseye to 1.17.5-bullseye (#1900)

This commit is contained in:
dependabot[bot] 2021-12-10 08:39:36 +01:00 committed by GitHub
parent 87e72b08a9
commit 41fcf2aba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ ENV NODE_ENV=production
RUN cd /work/web && npm i && npm run build
# Stage 4: Build go proxy
FROM docker.io/golang:1.17.4-bullseye AS builder
FROM docker.io/golang:1.17.5-bullseye AS builder
WORKDIR /work

View File

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

View File

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