From 70ffb6d49e238946607da17e78718b6e7b6fff1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:45:06 +0100 Subject: [PATCH] core: bump maxmindinc/geoipupdate from v4.10 to v4.11 (#4965) Bumps maxmindinc/geoipupdate from v4.10 to v4.11. --- updated-dependencies: - dependency-name: maxmindinc/geoipupdate dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22371dc82..6b0f83036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ COPY ./go.sum /work/go.sum RUN go build -o /work/authentik ./cmd/server/ # Stage 5: MaxMind GeoIP -FROM docker.io/maxmindinc/geoipupdate:v4.10 as geoip +FROM docker.io/maxmindinc/geoipupdate:v4.11 as geoip ENV GEOIPUPDATE_EDITION_IDS="GeoLite2-City" ENV GEOIPUPDATE_VERBOSE="true"