diff --git a/Dockerfile b/Dockerfile index 82de5c25a..90fe5fbb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.3-bullseye AS builder +FROM docker.io/golang:1.17.4-bullseye AS builder WORKDIR /work diff --git a/ldap.Dockerfile b/ldap.Dockerfile index 02ee41dee..2246a8664 100644 --- a/ldap.Dockerfile +++ b/ldap.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM docker.io/golang:1.17.3-bullseye AS builder +FROM docker.io/golang:1.17.4-bullseye AS builder WORKDIR /go/src/goauthentik.io diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 2c626eef2..1d1d70d4a 100644 --- a/proxy.Dockerfile +++ b/proxy.Dockerfile @@ -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.3-bullseye AS builder +FROM docker.io/golang:1.17.4-bullseye AS builder WORKDIR /go/src/goauthentik.io