diff --git a/Dockerfile b/Dockerfile index 21a26c5e9..f4816bc38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN pip install --no-cache-dir poetry && \ poetry export -f requirements.txt --dev --output requirements-dev.txt # Stage 4: Build go proxy -FROM docker.io/golang:1.20.2-bullseye AS go-builder +FROM docker.io/golang:1.20.3-bullseye AS go-builder WORKDIR /work diff --git a/ldap.Dockerfile b/ldap.Dockerfile index 61b936c1d..4a3b0d6ae 100644 --- a/ldap.Dockerfile +++ b/ldap.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM docker.io/golang:1.20.2-bullseye AS builder +FROM docker.io/golang:1.20.3-bullseye AS builder WORKDIR /go/src/goauthentik.io diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 6c53ac4be..e17fb854d 100644 --- a/proxy.Dockerfile +++ b/proxy.Dockerfile @@ -7,7 +7,7 @@ ENV NODE_ENV=production RUN cd /static && npm ci && npm run build-proxy # Stage 2: Build -FROM docker.io/golang:1.20.2-bullseye AS builder +FROM docker.io/golang:1.20.3-bullseye AS builder WORKDIR /go/src/goauthentik.io diff --git a/radius.Dockerfile b/radius.Dockerfile index 95396c168..0d4973657 100644 --- a/radius.Dockerfile +++ b/radius.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM docker.io/golang:1.20.2-bullseye AS builder +FROM docker.io/golang:1.20.3-bullseye AS builder WORKDIR /go/src/goauthentik.io