build(deps): bump golang from 1.17.1 to 1.17.2 (#1566)

This commit is contained in:
dependabot[bot]
2021-10-08 08:34:37 +02:00
committed by GitHub
parent cdbf7ae567
commit 50a623d8ab
3 changed files with 3 additions and 3 deletions

View File

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