From a9528dc1b54c55728971f562ae6cc52d2c339439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 09:45:53 +0100 Subject: [PATCH] build(deps): bump golang from 1.17.6-bullseye to 1.17.7-bullseye (#2286) --- Dockerfile | 2 +- ldap.Dockerfile | 2 +- proxy.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index eff91a18d..e8c945ef4 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.17.6-bullseye AS builder +FROM docker.io/golang:1.17.7-bullseye AS builder WORKDIR /work diff --git a/ldap.Dockerfile b/ldap.Dockerfile index 2b18aca05..b01ec99b5 100644 --- a/ldap.Dockerfile +++ b/ldap.Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM docker.io/golang:1.17.6-bullseye AS builder +FROM docker.io/golang:1.17.7-bullseye AS builder WORKDIR /go/src/goauthentik.io diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 93f77634c..6e1bd6445 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.6-bullseye AS builder +FROM docker.io/golang:1.17.7-bullseye AS builder WORKDIR /go/src/goauthentik.io