build(deps): bump golang from 1.17.0 to 1.17.1 (#1375)

This commit is contained in:
dependabot[bot] 2021-09-10 08:41:10 +02:00 committed by GitHub
parent 46ef49b897
commit 7939286176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ ENV NODE_ENV=production
RUN cd /static && npm i && npm run build RUN cd /static && npm i && npm run build
# Stage 5: Build go proxy # Stage 5: Build go proxy
FROM golang:1.17.0 AS builder FROM golang:1.17.1 AS builder
WORKDIR /work WORKDIR /work

View File

@ -14,7 +14,7 @@ RUN docker-entrypoint.sh generate \
rm -f /local/api/go.mod /local/api/go.sum rm -f /local/api/go.mod /local/api/go.sum
# Stage 2: Build # Stage 2: Build
FROM golang:1.17.0 AS builder FROM golang:1.17.1 AS builder
WORKDIR /go/src/goauthentik.io WORKDIR /go/src/goauthentik.io

View File

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