build(deps): bump golang from 1.17.0 to 1.17.1 (#1375)
This commit is contained in:
parent
46ef49b897
commit
7939286176
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in New Issue