diff --git a/Dockerfile b/Dockerfile index 1ba769387..3d3835b4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV NODE_ENV=production RUN cd /work/web && npm i && npm run build # Stage 3: Build go proxy -FROM docker.io/golang:1.18.0-bullseye AS builder +FROM docker.io/golang:1.18.1-bullseye AS builder WORKDIR /work diff --git a/ldap.Dockerfile b/ldap.Dockerfile index 49c1ed96b..eca8ab5fd 100644 --- a/ldap.Dockerfile +++ b/ldap.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM docker.io/golang:1.18.0-bullseye AS builder +FROM docker.io/golang:1.18.1-bullseye AS builder WORKDIR /go/src/goauthentik.io diff --git a/proxy.Dockerfile b/proxy.Dockerfile index cf08338f8..2da0b6349 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.18.0-bullseye AS builder +FROM docker.io/golang:1.18.1-bullseye AS builder WORKDIR /go/src/goauthentik.io