From 15d9f39a9e0f2edc1ba9d5bc34aec8947a99afaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:48:11 +0200 Subject: [PATCH] core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye (#6226) Bumps golang from 1.20.5-bullseye to 1.20.6-bullseye. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- ldap.Dockerfile | 2 +- proxy.Dockerfile | 2 +- radius.Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index db085ed46..77554df5a 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.5-bullseye AS go-builder +FROM docker.io/golang:1.20.6-bullseye AS go-builder WORKDIR /work diff --git a/ldap.Dockerfile b/ldap.Dockerfile index 938069246..d80af6d3d 100644 --- a/ldap.Dockerfile +++ b/ldap.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM docker.io/golang:1.20.5-bullseye AS builder +FROM docker.io/golang:1.20.6-bullseye AS builder WORKDIR /go/src/goauthentik.io diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 5a844297f..cf555fabd 100644 --- a/proxy.Dockerfile +++ b/proxy.Dockerfile @@ -8,7 +8,7 @@ WORKDIR /static RUN npm ci --include=dev && npm run build-proxy # Stage 2: Build -FROM docker.io/golang:1.20.5-bullseye AS builder +FROM docker.io/golang:1.20.6-bullseye AS builder WORKDIR /go/src/goauthentik.io diff --git a/radius.Dockerfile b/radius.Dockerfile index e6722e6f1..ca371f012 100644 --- a/radius.Dockerfile +++ b/radius.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM docker.io/golang:1.20.5-bullseye AS builder +FROM docker.io/golang:1.20.6-bullseye AS builder WORKDIR /go/src/goauthentik.io